Uses of Class
ecologylab.services.authentication.AuthenticationList

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

Enables the use of authentication for client-server relationships. 

ecologylab.services.distributed.server Interface Ecology Lab Distributed Services Framework -- NIO servers. 
 

Uses of AuthenticationList in ecologylab.services.authentication
 

Fields in ecologylab.services.authentication declared as AuthenticationList
protected  AuthenticationList<A> Authenticator.authList
           
 

Constructors in ecologylab.services.authentication with parameters of type AuthenticationList
Authenticator(AuthenticationList<A> source)
          Creates a new Authenticator using the given AuthenticationList as a backend database of usernames and passwords.
 

Uses of AuthenticationList in ecologylab.services.distributed.server
 

Methods in ecologylab.services.distributed.server with parameters of type AuthenticationList
static DoubleThreadedAuthNIOServer DoubleThreadedAuthNIOServer.getInstance(int portNumber, java.net.InetAddress[] inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize, AuthenticationList authList)
          This is the actual way to create an instance of this.
 

Constructors in ecologylab.services.distributed.server with parameters of type AuthenticationList
DoubleThreadedAuthNIOServer(int portNumber, java.net.InetAddress[] inetAddress, TranslationSpace requestTranslationSpace, Scope objectRegistry, int idleConnectionTimeout, int maxPacketSize, AuthenticationList authList)