org.fossilec.odettej
Interface PeerAuthenticator


public interface PeerAuthenticator

This interface serves remote Odette FTP peer authentication methods, which should be provided to the OdetteFTPEntity before it's Start Session phase. It's commonly used when an application needs control peer's identification.
Remote peer it's not authenticated by default if a Peer Authenticator is not specified to the OdetteFTPEntity being used.
Implementing this interfaces users can access databases or others sources for checking Odette FTP peer identification, preserving the consonance with OdetteJ API.

Author:
Rafael Marins

Method Summary
 void authenticate(java.lang.String remoteUser, java.lang.String remotePassword, java.lang.String address)
           
 

Method Detail

authenticate

void authenticate(java.lang.String remoteUser,
                  java.lang.String remotePassword,
                  java.lang.String address)
                  throws OdetteFTPException
Throws:
OdetteFTPException


Copyright © 2005 ObjectWeb Consortium. All Rights Reserved.