Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.authentication » [javadoc | source]
com.sshtools.j2ssh.authentication
public class: AuthenticationProtocolClient [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.transport.Service
      com.sshtools.j2ssh.authentication.AuthenticationProtocolClient
Fields inherited from com.sshtools.j2ssh.transport.Service:
REQUESTING_SERVICE,  ACCEPTING_SERVICE,  messageStore,  transport,  startMode,  state
Constructor:
 public AuthenticationProtocolClient() 
Method from com.sshtools.j2ssh.authentication.AuthenticationProtocolClient Summary:
addEventListener,   authenticate,   getAvailableAuths,   getBannerMessage,   getSessionIdentifier,   onServiceAccept,   onServiceInit,   onServiceRequest,   onStart,   readAuthenticationState,   readMessage,   readMessage,   registerMessage,   sendMessage
Methods from com.sshtools.j2ssh.transport.Service:
getServiceName,   getState,   init,   onServiceAccept,   onServiceInit,   onServiceRequest,   onStart,   sendServiceAccept,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.authentication.AuthenticationProtocolClient Detail:
 public  void addEventListener(AuthenticationProtocolListener listener) 
 public int authenticate(SshAuthenticationClient auth,
    Service serviceToStart) throws IOException 
 public List getAvailableAuths(String username,
    String serviceName) throws IOException 
 public String getBannerMessage(int timeout) throws IOException 
 public byte[] getSessionIdentifier() 
 protected  void onServiceAccept() throws IOException 
 protected  void onServiceInit(int startMode) throws IOException 
 protected  void onServiceRequest() throws IOException 
 protected  void onStart() 
 public  void readAuthenticationState() throws TerminatedStateException, IOException 
 public SshMessage readMessage(int messageId) throws TerminatedStateException, IOException 
 public SshMessage readMessage(int[] messageId) throws TerminatedStateException, IOException 
 public  void registerMessage(Class cls,
    int messageId) 
 public  void sendMessage(SshMessage msg) throws IOException