Package | Description |
---|---|
org.forgerock.opendj.server.config.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.forgerock.opendj.server.config.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends AuthenticationPolicyCfgClient,? extends AuthenticationPolicyCfg> |
AuthenticationPolicyCfgClient.definition()
Get the configuration definition associated with this Authentication Policy.
|
Modifier and Type | Method and Description |
---|---|
<C extends AuthenticationPolicyCfgClient> |
RootCfgClient.createPasswordPolicy(ManagedObjectDefinition<C,? extends AuthenticationPolicyCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Password Policy.
|
Modifier and Type | Method and Description |
---|---|
InstantiableRelationDefinition<AuthenticationPolicyCfgClient,AuthenticationPolicyCfg> |
RootCfgDefn.getPasswordPoliciesRelationDefinition()
Get the "password-policies" relation definition.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LdapPassThroughAuthenticationPolicyCfg
A server-side interface for querying LDAP Pass Through
Authentication Policy settings.
|
interface |
PasswordPolicyCfg
A server-side interface for querying Password Policy settings.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationPolicyCfg |
RootCfg.getPasswordPolicy(String name)
Gets the named Password Policy.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends AuthenticationPolicyCfg> |
AuthenticationPolicyCfg.configurationClass()
Gets the configuration class associated with this Authentication Policy.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationPolicyCfg.addChangeListener(ConfigurationChangeListener<AuthenticationPolicyCfg> listener)
Register to be notified when this Authentication Policy is changed.
|
void |
RootCfg.addPasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)
Registers to be notified when new Password Policies are added.
|
void |
RootCfg.addPasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener)
Registers to be notified when existing Password Policies are deleted.
|
void |
AuthenticationPolicyCfg.removeChangeListener(ConfigurationChangeListener<AuthenticationPolicyCfg> listener)
Deregister an existing Authentication Policy configuration change listener.
|
void |
RootCfg.removePasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)
Deregisters an existing Password Policy configuration add listener.
|
void |
RootCfg.removePasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener)
Deregisters an existing Password Policy configuration delete listener.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticationPolicyFactory<T extends AuthenticationPolicyCfg>
A factory for creating configurable authentication policies.
|
Copyright 2010-2018 ForgeRock AS.