com.sshtools.j2ssh.authentication
Class AuthenticationProtocolState

java.lang.Object
  extended bycom.sshtools.j2ssh.authentication.AuthenticationProtocolState

public class AuthenticationProtocolState
extends java.lang.Object

DOCUMENT ME!


Field Summary
static int CANCELLED
          DOCUMENT ME!
static int COMPLETE
          DOCUMENT ME!
static int FAILED
          DOCUMENT ME!
static int PARTIAL
          DOCUMENT ME!
static int READY
          DOCUMENT ME!
 
Constructor Summary
AuthenticationProtocolState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READY

public static final int READY
DOCUMENT ME!

See Also:
Constant Field Values

FAILED

public static final int FAILED
DOCUMENT ME!

See Also:
Constant Field Values

PARTIAL

public static final int PARTIAL
DOCUMENT ME!

See Also:
Constant Field Values

COMPLETE

public static final int COMPLETE
DOCUMENT ME!

See Also:
Constant Field Values

CANCELLED

public static final int CANCELLED
DOCUMENT ME!

See Also:
Constant Field Values
Constructor Detail

AuthenticationProtocolState

public AuthenticationProtocolState()