ecologylab.services.authentication.nio
Interface AuthStates
- All Superinterfaces:
- AuthMessages, BaseStates
public interface AuthStates
- extends BaseStates, AuthMessages
Additional states for authenticating clients.
- Author:
- Zachary O. Toups (toupsz@cs.tamu.edu)
- See Also:
BaseStates
|
Field Summary |
static java.lang.String |
LOGGED_IN
Indicates that the client is currently logged in to a server. |
static java.lang.String |
LOGGING_IN
Indicates that the client is currently logging in to a server. |
LOGGING_IN
static final java.lang.String LOGGING_IN
- Indicates that the client is currently logging in to a server.
- See Also:
- Constant Field Values
LOGGED_IN
static final java.lang.String LOGGED_IN
- Indicates that the client is currently logged in to a server.
- See Also:
- Constant Field Values