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 AuthenticationPolicy
AuthenticationPolicyFactory. 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.core Modifier and Type Class Description class
PasswordPolicy
This class defines a data structure that holds information about a Directory Server password policy.class
SubentryPasswordPolicy
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 AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicy
DirectoryServer. getAuthenticationPolicy(Dn configEntryDN)
AuthenticationPolicy
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 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 void
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 AuthenticationPolicy Modifier and Type Method Description AuthenticationPolicy
LDAPPassThroughAuthenticationPolicyFactory. createAuthenticationPolicy(LdapPassThroughAuthenticationPolicyCfg configuration)
-