java.lang.Object
edu.ou.kmi.buddyspace.core.BSAuthState
- public class BSAuthState
- extends java.lang.Object
BSAuthState
contains information about current phase
of authentication process.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BSAuthState
public BSAuthState()