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

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

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.
 class StrongAuthenticator
          An Authenticator that handles SASL connections (X.501 authentication level 'strong').
 

Methods in org.apache.directory.server.core.authn that return types with arguments of type Authenticator
 java.util.Set<Authenticator> AuthenticationInterceptor.getAuthenticators()
           
 

Method parameters in org.apache.directory.server.core.authn with type arguments of type Authenticator
 void AuthenticationInterceptor.setAuthenticators(java.util.Set<Authenticator> authenticators)
           
 



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