|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticatorConfiguration | |
org.apache.ldap.server.authn | |
org.apache.ldap.server.configuration |
Uses of AuthenticatorConfiguration in org.apache.ldap.server.authn |
Methods in org.apache.ldap.server.authn that return AuthenticatorConfiguration | |
AuthenticatorConfiguration |
AbstractAuthenticator.getConfiguration()
Returns the configuration of this authenticator. |
Methods in org.apache.ldap.server.authn with parameters of type AuthenticatorConfiguration | |
void |
Authenticator.init(ContextFactoryConfiguration factoryCfg,
AuthenticatorConfiguration cfg)
Called by AuthenticationService to indicate that this
authenticator is being placed into service. |
void |
AbstractAuthenticator.init(ContextFactoryConfiguration factoryCfg,
AuthenticatorConfiguration cfg)
Initializes default properties (factoryConfiguration and configuration, and calls AbstractAuthenticator.doInit() method. |
Uses of AuthenticatorConfiguration in org.apache.ldap.server.configuration |
Subclasses of AuthenticatorConfiguration in org.apache.ldap.server.configuration | |
class |
MutableAuthenticatorConfiguration
A mutable version of AuthenticatorConfiguration . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |