Uses of Interface
org.apache.directory.server.core.authn.Authenticator

Packages that use Authenticator
org.apache.directory.server.core.authn   
org.apache.directory.server.core.configuration   
 

Uses of Authenticator in org.apache.directory.server.core.authn
 

Classes in org.apache.directory.server.core.authn that implement Authenticator
 class AbstractAuthenticator
          Base class for all Authenticators.
 class AnonymousAuthenticator
          An Authenticator that handles anonymous connections (type 'none').
 class SimpleAuthenticator
          A simple Authenticator that authenticates clear text passwords contained within the userPassword attribute in DIT.
 

Uses of Authenticator in org.apache.directory.server.core.configuration
 

Methods in org.apache.directory.server.core.configuration that return Authenticator
 Authenticator AuthenticatorConfiguration.getAuthenticator()
          Returns the Authenticator this configuration is configuring.
 

Methods in org.apache.directory.server.core.configuration with parameters of type Authenticator
protected  void AuthenticatorConfiguration.setAuthenticator(Authenticator authenticator)
          Sets the Authenticator to configure.
 void MutableAuthenticatorConfiguration.setAuthenticator(Authenticator authenticator)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.