Uses of Class
org.opends.server.api.AuthenticationPolicy
-
Packages that use AuthenticationPolicy Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.extensions 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 AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicyAuthenticationPolicyFactory. createAuthenticationPolicy(T configuration)Creates a new authentication policy using the provided configuration.static AuthenticationPolicyAuthenticationPolicy. forUser(Entry userEntry, boolean useDefaultOnError)Returns the authentication policy for the user provided user.static AuthenticationPolicyAuthenticationPolicy. forUser(Entry userEntry, boolean useDefaultOnError, Consumer<LocalizableMessage> onMultiplePasswordPolicies)Returns the authentication policy for the user provided user.abstract AuthenticationPolicyAuthenticationPolicyState. getAuthenticationPolicy()Returns the authentication policy associated with this state. -
Uses of AuthenticationPolicy in org.opends.server.core
Subclasses of AuthenticationPolicy in org.opends.server.core Modifier and Type Class Description classPasswordPolicyThis class defines a data structure that holds information about a Directory Server password policy.classSubentryPasswordPolicyThis 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 AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicyDirectoryServer. getAuthenticationPolicy(Dn configEntryDN)AuthenticationPolicyServerContext. 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 AuthenticationPolicy Modifier and Type Method Description Collection<AuthenticationPolicy>DirectoryServer. getAuthenticationPolicies()Collection<AuthenticationPolicy>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 AuthenticationPolicy Modifier and Type Method Description voidDirectoryServer. registerAuthenticationPolicy(AuthenticationPolicy policy)voidServerContext. 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 AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicyLDAPPassThroughAuthenticationPolicyFactory. createAuthenticationPolicy(LdapPassThroughAuthenticationPolicyCfg configuration)
-