Uses of Interface
org.forgerock.opendj.server.config.client.PasswordValidatorCfgClient
-
Packages that use PasswordValidatorCfgClient 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. -
-
Uses of PasswordValidatorCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of PasswordValidatorCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface 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.Methods in org.forgerock.opendj.server.config.client with type parameters of type PasswordValidatorCfgClient Modifier and Type Method Description <C extends PasswordValidatorCfgClient>
CRootCfgClient. createPasswordValidator(ManagedObjectDefinition<C,? extends PasswordValidatorCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Password Validator.Methods in org.forgerock.opendj.server.config.client that return PasswordValidatorCfgClient Modifier and Type Method Description PasswordValidatorCfgClient
RootCfgClient. getPasswordValidator(String name)
Gets the named Password Validator.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PasswordValidatorCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends PasswordValidatorCfgClient,? extends PasswordValidatorCfg>
PasswordValidatorCfgClient. definition()
Get the configuration definition associated with this Password Validator. -
Uses of PasswordValidatorCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PasswordValidatorCfgClient Modifier and Type Method Description PasswordValidatorCfgClient
PasswordValidatorCfgDefn. createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type PasswordValidatorCfgClient Modifier and Type Method Description AggregationPropertyDefinition<PasswordValidatorCfgClient,PasswordValidatorCfg>
PasswordPolicyCfgDefn. getPasswordValidatorPropertyDefinition()
Get the "password-validator" property definition.InstantiableRelationDefinition<PasswordValidatorCfgClient,PasswordValidatorCfg>
RootCfgDefn. getPasswordValidatorsRelationDefinition()
Get the "password-validators" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type PasswordValidatorCfgClient Modifier and Type Method Description PasswordValidatorCfgClient
PasswordValidatorCfgDefn. createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient> impl)
-