Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.ou.kmi.buddyspace.core
Class BSAuthState  view BSAuthState download BSAuthState.java

java.lang.Object
  extended byedu.ou.kmi.buddyspace.core.BSAuthState

public class BSAuthState
extends java.lang.Object

BSAuthState contains information about current phase of authentication process.


Field Summary
static int AUTHORIZED
           
static int AUTHORIZING1
           
static int AUTHORIZING2
           
 JID jid
           
static int NOT_AUTHORIZED
           
static int NOT_SET
          BSAuthState enumeration values
 java.lang.String servedID
           
 int value
          stores the value of the enumeration - initially 'not set'
 
Constructor Summary
BSAuthState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_SET

public static final int NOT_SET
BSAuthState enumeration values

See Also:
Constant Field Values

NOT_AUTHORIZED

public static final int NOT_AUTHORIZED
See Also:
Constant Field Values

AUTHORIZING1

public static final int AUTHORIZING1
See Also:
Constant Field Values

AUTHORIZING2

public static final int AUTHORIZING2
See Also:
Constant Field Values

AUTHORIZED

public static final int AUTHORIZED
See Also:
Constant Field Values

value

public int value
stores the value of the enumeration - initially 'not set'


servedID

public java.lang.String servedID

jid

public JID jid
Constructor Detail

BSAuthState

public BSAuthState()