Uses of Interface
ecologylab.services.authentication.messages.AuthMessages

Packages that use AuthMessages
ecologylab.services.authentication.logging Interface Ecology Lab Distributed Authentication Framework Logging subsystem. 
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 AuthMessages in ecologylab.services.authentication.logging
 

Classes in ecologylab.services.authentication.logging that implement AuthMessages
 class AuthenticationOp
          Logging operation that indicates when a user logs in or out of the server.
 

Uses of AuthMessages in ecologylab.services.authentication.messages
 

Classes in ecologylab.services.authentication.messages that implement AuthMessages
 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 LoginStatusResponse
          Indicates the response from the server regarding an attempt to log in.
 class Logout
          A Logout message indicates that the connnected client no longer wants to be connected.
 class LogoutStatusResponse
          Indicates the response from the server regarding an attempt to log out.
 

Uses of AuthMessages in ecologylab.services.authentication.nio
 

Subinterfaces of AuthMessages in ecologylab.services.authentication.nio
 interface AuthStates
          Additional states for authenticating clients.
 

Classes in ecologylab.services.authentication.nio that implement AuthMessages
 class AuthClientManager
          Stores information about the connection context for the client, including authentication status.
 class NIOAuthClient
          A client application that uses authentication and communicates using NIO.
 

Uses of AuthMessages in ecologylab.services.distributed.server
 

Classes in ecologylab.services.distributed.server that implement AuthMessages
 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).