ecologylab.services.authentication.registryobjects
Interface AuthServerRegistryObjects

All Known Implementing Classes:
AuthClientManager, DoubleThreadedAuthNIOServer, Login, Logout

public interface AuthServerRegistryObjects

Interface of constants used for the object registry in an authenticating server. 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 MAIN_AUTHENTICATABLE
          Indicates the object implementing Authenticatable for this server.
 

Field Detail

MAIN_AUTHENTICATABLE

static final java.lang.String MAIN_AUTHENTICATABLE
Indicates the object implementing Authenticatable for this server.

See Also:
Constant Field Values