Uses of Interface
org.apache.ldap.server.authn.Authenticator

Packages that use Authenticator
org.apache.ldap.server.authn   
 

Uses of Authenticator in org.apache.ldap.server.authn
 

Classes in org.apache.ldap.server.authn that implement Authenticator
 class AbstractAuthenticator
          Base class for all Authenticators.
 class AnonymousAuthenticator
          A default implentation of an AuthenticationService for handling anonymous connections.
 class SimpleAuthenticator
          A simple AuthenticationService that just authenticates clear text passwords contained within the userPassword attribute.
 

Methods in org.apache.ldap.server.authn with parameters of type Authenticator
 void AuthenticationService.register(Authenticator authenticator)
          Registers an AuthenticationService with the AuthenticationService.
 void AuthenticationService.unregister(Authenticator authenticator)
          Unregisters an AuthenticationService with the AuthenticationService.
 



Copyright © 2002-2005 . All Rights Reserved.