Package org.apache.directory.server.core.authn

Interface Summary
Authenticator Authenticates users who access PartitionNexus.
 

Class Summary
AbstractAuthenticator Base class for all Authenticators.
AnonymousAuthenticator An Authenticator that handles anonymous connections (type 'none').
AuthenticationService An Interceptor that authenticates users.
LdapPrincipal An alternative X500 user implementation that has access to the distinguished name of the principal as well as the String representation.
SimpleAuthenticationITest A set of simple tests to make sure simple authentication is working as it should.
SimpleAuthenticator A simple Authenticator that authenticates clear text passwords contained within the userPassword attribute in DIT.
SimpleAuthenticatorOneWayEncryptedTest Test case for helper methods within SimpleAuthenticator.