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.
 
Fields inherited from interface ecologylab.services.distributed.common.BaseStates
CONNECTED, CONNECTING, NOT_CONNECTED
 
Fields inherited from interface ecologylab.services.authentication.messages.AuthMessages
LOGIN_FAILED_LOGGEDIN, LOGIN_FAILED_NO_IP_SUPPLIED, LOGIN_FAILED_PASSWORD, LOGIN_SUCCESSFUL, LOGOUT_FAILED_IP_MISMATCH, LOGOUT_FAILED_NOT_LOGGEDIN, LOGOUT_SUCCESSFUL, REQUEST_FAILED_NOT_AUTHENTICATED
 

Field Detail

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