|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
void |
MutableAuthenticatorConfiguration.setAuthenticator(Authenticator authenticator)
|
protected void |
AuthenticatorConfiguration.setAuthenticator(Authenticator authenticator)
Sets the Authenticator to configure. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |