Uses of Interface
ecologylab.services.authentication.registryobjects.AuthServerRegistryObjects

Packages that use AuthServerRegistryObjects
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. 
 

Uses of AuthServerRegistryObjects in ecologylab.services.authentication.messages
 

Classes in ecologylab.services.authentication.messages that implement AuthServerRegistryObjects
 class Login
          Used to log into a server that requires authentication; carries username and password information in strings, and checks them against "authenticationList" in the objectRegistry.
 class Logout
          A Logout message indicates that the connnected client no longer wants to be connected.
 

Uses of AuthServerRegistryObjects in ecologylab.services.authentication.nio
 

Classes in ecologylab.services.authentication.nio that implement AuthServerRegistryObjects
 class AuthClientManager
          Stores information about the connection context for the client, including authentication status.
 

Uses of AuthServerRegistryObjects in ecologylab.services.distributed.server
 

Classes in ecologylab.services.distributed.server that implement AuthServerRegistryObjects
 class DoubleThreadedAuthNIOServer<A extends AuthenticationListEntry>
          An authenticating server that uses NIO and two threads (one for handling IO, the other for handling interfacing with messages).