Package | Description |
---|---|
org.apache.directory.server.core.authn |
Modifier and Type | Class and Description |
---|---|
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'). |
Modifier and Type | Method and Description |
---|---|
Set<Authenticator> |
AuthenticationInterceptor.getAuthenticators() |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationInterceptor.setAuthenticators(Set<Authenticator> authenticators) |
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.