Uses of Class
org.opends.server.api.AuthenticationPolicy
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
-
Uses of AuthenticationPolicy in org.opends.server.api
Modifier and TypeMethodDescriptionAuthenticationPolicyFactory.createAuthenticationPolicy
(T configuration) Creates a new authentication policy using the provided configuration.static AuthenticationPolicy
AuthenticationPolicy.forUser
(Entry userEntry, boolean useDefaultOnError, Consumer<LocalizableMessage> onMultiplePasswordPolicies, ServerContext serverContext) Returns the authentication policy for the user provided user.static AuthenticationPolicy
AuthenticationPolicy.forUser
(Entry userEntry, ServerContext serverContext) Returns the authentication policy for the user provided user.abstract AuthenticationPolicy
AuthenticationPolicyState.getAuthenticationPolicy()
Returns the authentication policy associated with this state. -
Uses of AuthenticationPolicy in org.opends.server.core
Modifier and TypeClassDescriptionclass
This class defines a data structure that holds information about a Directory Server password policy.final class
This class represents subentry password policies either based on the Password Policy for LDAP Directories Internet-Draft, or OpenDJ extended password policies.Modifier and TypeMethodDescriptionDirectoryServer.getAuthenticationPolicy
(Dn configEntryDN) ServerContext.getAuthenticationPolicy
(Dn configEntryDN) Retrieves the authentication policy registered for the provided configuration entry.Modifier and TypeMethodDescriptionDirectoryServer.getAuthenticationPolicies()
ServerContext.getAuthenticationPolicies()
Returns an unmodifiable collection containing all of the authentication policies registered with the Directory Server.Modifier and TypeMethodDescriptionvoid
DirectoryServer.registerAuthenticationPolicy
(AuthenticationPolicy policy) void
ServerContext.registerAuthenticationPolicy
(AuthenticationPolicy policy) Registers the provided authentication policy with the Directory Server. -
Uses of AuthenticationPolicy in org.opends.server.extensions
Modifier and TypeMethodDescriptionLDAPPassThroughAuthenticationPolicyFactory.createAuthenticationPolicy
(LdapPassThroughAuthenticationPolicyCfg configuration)