Package org.apache.ldap.server.authn

Interface Summary
Authenticator Defines methods that all Authenticators must implement.
AuthenticatorConfig An authenticator configuration object used by the server to pass information to an authenticator during initialization.
AuthenticatorContext Defines a set of methods that an authenticator uses to communicate with its container, for example, to get the partition nexus, or whether the server is configured to accept anonymous connection.
 

Class Summary
AbstractAuthenticator Base class for all Authenticators.
AnonymousAuthenticator A default implentation of an AuthenticationService for handling anonymous connections.
AuthenticationService An Interceptor that authenticates users.
AuthenticatorConfigBuilder An authenticator configuration builder which produces AuthenticatorConfig objects from various configuration formats, namely Hashtables.
GenericAuthenticatorConfig Default implementation of AuthenticatorConfig.
GenericAuthenticatorContext Default implementation of AuthenticatorContext.
LdapPrincipal An alternative X500 user implementation that has access to the distinguished name of the principal as well as the String representation.
SimpleAuthenticator A simple AuthenticationService that just authenticates clear text passwords contained within the userPassword attribute.
 



Copyright © 2002-2005 . All Rights Reserved.