com.sshtools.j2ssh.authentication

Class 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

Field Details

CANCELLED

public static final int CANCELLED
Field Value:
5

COMPLETE

public static final int COMPLETE
Field Value:
4

FAILED

public static final int FAILED
Field Value:
2

PARTIAL

public static final int PARTIAL
Field Value:
3

READY

public static final int READY
Field Value:
1

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