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 interfaceAttributeValuePasswordValidatorCfgClientA client-side interface for reading and modifying Attribute Value Password Validator settings.interfaceCharacterSetPasswordValidatorCfgClientA client-side interface for reading and modifying Character Set Password Validator settings.interfaceDictionaryPasswordValidatorCfgClientA client-side interface for reading and modifying Dictionary Password Validator settings.interfaceLengthBasedPasswordValidatorCfgClientA client-side interface for reading and modifying Length Based Password Validator settings.interfaceRepeatedCharactersPasswordValidatorCfgClientA client-side interface for reading and modifying Repeated Characters Password Validator settings.interfaceSimilarityBasedPasswordValidatorCfgClientA client-side interface for reading and modifying Similarity Based Password Validator settings.interfaceUniqueCharactersPasswordValidatorCfgClientA 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 PasswordValidatorCfgClientRootCfgClient. 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 PasswordValidatorCfgClientPasswordValidatorCfgDefn. createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient> impl)Creates a client configuration view of the provided managed object.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 PasswordValidatorCfgClientPasswordValidatorCfgDefn. createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient> impl)Creates a client configuration view of the provided managed object.
-