Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends PasswordPolicyCfgClient,? extends PasswordPolicyCfg> |
PasswordPolicyCfgClient.definition()
Get the configuration definition associated with this Password Policy.
|
Modifier and Type | Method and Description |
---|---|
PasswordPolicyCfg |
PasswordPolicyCfgDefn.createServerConfiguration(ServerManagedObject<? extends PasswordPolicyCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
AggregationPropertyDefinition<PasswordPolicyCfgClient,PasswordPolicyCfg> |
GlobalCfgDefn.getDefaultPasswordPolicyPropertyDefinition()
Get the "default-password-policy" property definition.
|
Class<PasswordPolicyCfg> |
PasswordPolicyCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
PasswordPolicyCfg |
PasswordPolicyCfgDefn.createServerConfiguration(ServerManagedObject<? extends PasswordPolicyCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends PasswordPolicyCfg> |
PasswordPolicyCfg.configurationClass()
Gets the configuration class associated with this Password Policy.
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordPolicyCfg.addPasswordPolicyChangeListener(ConfigurationChangeListener<PasswordPolicyCfg> listener)
Register to be notified when this Password Policy is changed.
|
void |
PasswordPolicyCfg.removePasswordPolicyChangeListener(ConfigurationChangeListener<PasswordPolicyCfg> listener)
Deregister an existing Password Policy configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
PasswordPolicy |
PasswordPolicyFactory.createAuthenticationPolicy(PasswordPolicyCfg configuration)
Creates a new authentication policy using the provided configuration.
|
boolean |
PasswordPolicyFactory.isConfigurationAcceptable(PasswordPolicyCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Indicates whether the provided authentication policy configuration is
acceptable.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.