ecologylab.services.authentication.registryobjects
Interface AuthClientRegistryObjects

All Known Implementing Classes:
LoginStatusResponse, LogoutStatusResponse, NIOAuthClient

public interface AuthClientRegistryObjects

Interface of constants used for the object registry in an authenticating client. This file describes the Strings used, and what they should indicate.

Author:
Zachary O. Toups (toupsz@cs.tamu.edu)

Field Summary
static java.lang.String LOGIN_STATUS
          Indicates whether or not a client is logged in.
static java.lang.String LOGIN_STATUS_STRING
          Indicates the most recent server response regarding logging-in.
 

Field Detail

LOGIN_STATUS

static final java.lang.String LOGIN_STATUS
Indicates whether or not a client is logged in. Type: BooleanSlot

See Also:
Constant Field Values

LOGIN_STATUS_STRING

static final java.lang.String LOGIN_STATUS_STRING
Indicates the most recent server response regarding logging-in. Type: String

See Also:
Constant Field Values