com.sshtools.j2ssh.authentication
Class AuthenticationProtocolState

java.lang.Object
  extended by com.sshtools.j2ssh.authentication.AuthenticationProtocolState

public class AuthenticationProtocolState
extends java.lang.Object

Version:
$Revision: 1.22 $
Author:
$author$

Field Summary
static int CANCELLED
           
static int COMPLETE
           
static int FAILED
           
static int PARTIAL
           
static int READY
           
 
Constructor Summary
AuthenticationProtocolState()
           
 
Method Summary
 
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
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
Constructor Detail

AuthenticationProtocolState

public AuthenticationProtocolState()


Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.