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

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

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

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

Fields in org.apache.ldap.server.authn declared as AuthenticatorConfig
 AuthenticatorConfig AbstractAuthenticator.authenticatorConfig
          authenticator config
 

Methods in org.apache.ldap.server.authn that return AuthenticatorConfig
 AuthenticatorConfig AbstractAuthenticator.getAuthenticatorConfig()
          Return this authenticator's AuthenticatorConfig object.
 AuthenticatorConfig Authenticator.getAuthenticatorConfig()
           
 

Methods in org.apache.ldap.server.authn with parameters of type AuthenticatorConfig
 void AbstractAuthenticator.init(AuthenticatorConfig authenticatorConfig)
          Called by the server to indicate to an authenticator that the authenticator is being placed into service.
 void Authenticator.init(AuthenticatorConfig authenticatorConfig)
          Called by the authenticator container to indicate that the authenticator is being placed into service.
 



Copyright © 2002-2005 . All Rights Reserved.