Uses of Package
ecologylab.services.authentication

Packages that use ecologylab.services.authentication
ecologylab.services.authentication Interface Ecology Lab Distributed Computing Services framework - Authentication

Enables the use of authentication for client-server relationships. 

ecologylab.services.authentication.messages Interface Ecology Lab Distributed Services Authentication Framework -- authentication messages. 
ecologylab.services.authentication.nio NIO versions of authentication server / client. 
ecologylab.services.distributed.server Interface Ecology Lab Distributed Services Framework -- NIO servers. 
 

Classes in ecologylab.services.authentication used by ecologylab.services.authentication
AuthenticationList
          Contains a HashMap of AuthenticationListEntry's that are hashed on their username values.
AuthenticationListEntry
          An entry for an AuthenticationList.
AuthLevels
          Constants for administrator levels.
 

Classes in ecologylab.services.authentication used by ecologylab.services.authentication.messages
AuthenticationListEntry
          An entry for an AuthenticationList.
 

Classes in ecologylab.services.authentication used by ecologylab.services.authentication.nio
AuthConstants
          Constants for authenticating clients.
AuthenticationListEntry
          An entry for an AuthenticationList.
 

Classes in ecologylab.services.authentication used by ecologylab.services.distributed.server
Authenticatable
          Indicates that the implementer can be logged-into and out-of.
AuthenticationList
          Contains a HashMap of AuthenticationListEntry's that are hashed on their username values.
AuthenticationListEntry
          An entry for an AuthenticationList.
Authenticator
          Encapsulates all authentication actions, so that Servers don't need to.