Uses of Interface
ecologylab.services.authentication.logging.AuthLogging

Packages that use AuthLogging
ecologylab.services.authentication.nio NIO versions of authentication server / client. 
ecologylab.services.distributed.server Interface Ecology Lab Distributed Services Framework -- NIO servers. 
 

Uses of AuthLogging in ecologylab.services.authentication.nio
 

Constructors in ecologylab.services.authentication.nio with parameters of type AuthLogging
AuthClientManager(java.lang.Object token, int maxPacketSize, NIOServerBackend server, NIOServerFrontend frontend, java.nio.channels.SelectionKey sk, TranslationSpace translationSpace, Scope registry, AuthLogging servicesServer)
          Constructs a new AuthContextManager on a server to handle authenticating client requests.
 

Uses of AuthLogging in ecologylab.services.distributed.server
 

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