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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LDAPPassThroughAuthenticationPolicyCfgClient
A client-side interface for reading and modifying LDAP Pass Through
Authentication Policy settings.
|
interface |
PasswordPolicyCfgClient
A client-side interface for reading and modifying Password Policy
settings.
|
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 |
---|---|
AuthenticationPolicyCfgClient |
RootCfgClient.getPasswordPolicy(String name)
Gets the named Password Policy.
|
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 |
---|---|
InstantiableRelationDefinition<AuthenticationPolicyCfgClient,AuthenticationPolicyCfg> |
RootCfgDefn.getPasswordPoliciesRelationDefinition()
Get the "password-policies" relation definition.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.