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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeValuePasswordValidatorCfgClient
A client-side interface for reading and modifying Attribute Value
Password Validator settings.
|
interface |
CharacterSetPasswordValidatorCfgClient
A client-side interface for reading and modifying Character Set
Password Validator settings.
|
interface |
DictionaryPasswordValidatorCfgClient
A client-side interface for reading and modifying Dictionary
Password Validator settings.
|
interface |
LengthBasedPasswordValidatorCfgClient
A client-side interface for reading and modifying Length Based
Password Validator settings.
|
interface |
RepeatedCharactersPasswordValidatorCfgClient
A client-side interface for reading and modifying Repeated
Characters Password Validator settings.
|
interface |
SimilarityBasedPasswordValidatorCfgClient
A client-side interface for reading and modifying Similarity Based
Password Validator settings.
|
interface |
UniqueCharactersPasswordValidatorCfgClient
A client-side interface for reading and modifying Unique Characters
Password Validator settings.
|
Modifier and Type | Method and Description |
---|---|
<C extends PasswordValidatorCfgClient> |
RootCfgClient.createPasswordValidator(ManagedObjectDefinition<C,? extends PasswordValidatorCfg> d,
String name,
Collection<PropertyException> exceptions)
Creates a new Password Validator.
|
Modifier and Type | Method and Description |
---|---|
PasswordValidatorCfgClient |
RootCfgClient.getPasswordValidator(String name)
Gets the named Password Validator.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends PasswordValidatorCfgClient,? extends PasswordValidatorCfg> |
PasswordValidatorCfgClient.definition()
Get the configuration definition associated with this Password Validator.
|
Modifier and Type | Method and Description |
---|---|
PasswordValidatorCfgClient |
PasswordValidatorCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient> impl) |
Modifier and Type | Method and Description |
---|---|
AggregationPropertyDefinition<PasswordValidatorCfgClient,PasswordValidatorCfg> |
PasswordPolicyCfgDefn.getPasswordValidatorPropertyDefinition()
Get the "password-validator" property definition.
|
InstantiableRelationDefinition<PasswordValidatorCfgClient,PasswordValidatorCfg> |
RootCfgDefn.getPasswordValidatorsRelationDefinition()
Get the "password-validators" relation definition.
|
Modifier and Type | Method and Description |
---|---|
PasswordValidatorCfgClient |
PasswordValidatorCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient> impl) |
Copyright 2010-2018 ForgeRock AS.