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.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationPolicy |
AuthenticationPolicyFactory.createAuthenticationPolicy(T configuration)
Creates a new authentication policy using the provided configuration.
|
static AuthenticationPolicy |
AuthenticationPolicy.forUser(Entry userEntry,
boolean useDefaultOnError)
Returns the authentication policy for the user provided user.
|
abstract AuthenticationPolicy |
AuthenticationPolicyState.getAuthenticationPolicy()
Returns the authentication policy associated with this state.
|
Modifier and Type | Class and 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 policy based on Password Policy for LDAP Directories Internet-Draft.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationPolicy |
DirectoryServer.getAuthenticationPolicy(Dn configEntryDN)
Retrieves the authentication policy registered for the provided configuration entry.
|
Modifier and Type | Method and Description |
---|---|
static Collection<AuthenticationPolicy> |
DirectoryServer.getAuthenticationPolicies()
Returns an unmodifiable collection containing all of the authentication policies registered with the Directory
Server.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerAuthenticationPolicy(Dn configEntryDN,
AuthenticationPolicy policy)
Registers the provided authentication policy with the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationPolicy |
LDAPPassThroughAuthenticationPolicyFactory.createAuthenticationPolicy(LdapPassThroughAuthenticationPolicyCfg configuration) |
Copyright 2010-2022 ForgeRock AS.