Uses of Class
org.opends.server.api.AuthenticationPolicy
Packages that use 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
Methods in org.opends.server.api that return AuthenticationPolicyModifier 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
Subclasses of AuthenticationPolicy in org.opends.server.coreModifier 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.Methods in org.opends.server.core that return AuthenticationPolicyModifier and TypeMethodDescriptionDirectoryServer.getAuthenticationPolicy
(Dn configEntryDN) ServerContext.getAuthenticationPolicy
(Dn configEntryDN) Retrieves the authentication policy registered for the provided configuration entry.Methods in org.opends.server.core that return types with arguments of type AuthenticationPolicyModifier and TypeMethodDescriptionDirectoryServer.getAuthenticationPolicies()
ServerContext.getAuthenticationPolicies()
Returns an unmodifiable collection containing all of the authentication policies registered with the Directory Server.Methods in org.opends.server.core with parameters of type AuthenticationPolicyModifier 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
Methods in org.opends.server.extensions that return AuthenticationPolicyModifier and TypeMethodDescriptionLDAPPassThroughAuthenticationPolicyFactory.createAuthenticationPolicy
(LdapPassThroughAuthenticationPolicyCfg configuration)