Package ecologylab.services.authentication

Interface Ecology Lab Distributed Computing Services framework - Authentication

Enables the use of authentication for client-server relationships.

See:
          Description

Interface Summary
AuthConstants Constants for authenticating clients.
Authenticatable<E extends AuthenticationListEntry> Indicates that the implementer can be logged-into and out-of.
AuthLevels Constants for administrator levels.
 

Class Summary
AuthenticationList<E extends AuthenticationListEntry> Contains a HashMap of AuthenticationListEntry's that are hashed on their username values.
AuthenticationListEntry An entry for an AuthenticationList.
AuthenticationTranslations Contains all of the information necessary to translate XML objects used in an authenticating server.
Authenticator<A extends AuthenticationListEntry> Encapsulates all authentication actions, so that Servers don't need to.
AuthListAdmin This program allows users to create and modify AuthenticationList files so that they do not have to be stored as plaintext.
 

Package ecologylab.services.authentication Description

Interface Ecology Lab Distributed Computing Services framework - Authentication

Enables the use of authentication for client-server relationships.