Class AuthenticationProtocolState
- java.lang.Object
-
- com.sshtools.j2ssh.authentication.AuthenticationProtocolState
-
public class AuthenticationProtocolState extends java.lang.Object
- Version:
- $Revision: 1.22 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Constructor Description AuthenticationProtocolState()
-
-
-
Field Detail
-
READY
public static final int READY
- See Also:
- Constant Field Values
-
FAILED
public static final int FAILED
- See Also:
- Constant Field Values
-
PARTIAL
public static final int PARTIAL
- See Also:
- Constant Field Values
-
COMPLETE
public static final int COMPLETE
- See Also:
- Constant Field Values
-
CANCELLED
public static final int CANCELLED
- See Also:
- Constant Field Values
-
-