Uses of Interface
org.forgerock.opendj.server.config.server.PasswordValidatorCfg
-
Packages that use PasswordValidatorCfg 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.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of PasswordValidatorCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PasswordValidatorCfg Modifier and Type Method Description ManagedObjectDefinition<? extends PasswordValidatorCfgClient,? extends PasswordValidatorCfg>PasswordValidatorCfgClient. definition()Get the configuration definition associated with this Password Validator.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type PasswordValidatorCfg 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. -
Uses of PasswordValidatorCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PasswordValidatorCfg Modifier and Type Method Description PasswordValidatorCfgPasswordValidatorCfgDefn. createServerConfiguration(ServerManagedObject<? extends PasswordValidatorCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type PasswordValidatorCfg 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.Class<PasswordValidatorCfg>PasswordValidatorCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type PasswordValidatorCfg Modifier and Type Method Description PasswordValidatorCfgPasswordValidatorCfgDefn. createServerConfiguration(ServerManagedObject<? extends PasswordValidatorCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of PasswordValidatorCfg in org.forgerock.opendj.server.config.server
Subinterfaces of PasswordValidatorCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceAttributeValuePasswordValidatorCfgA server-side interface for querying Attribute Value Password Validator settings.interfaceCharacterSetPasswordValidatorCfgA server-side interface for querying Character Set Password Validator settings.interfaceDictionaryPasswordValidatorCfgA server-side interface for querying Dictionary Password Validator settings.interfaceLengthBasedPasswordValidatorCfgA server-side interface for querying Length Based Password Validator settings.interfaceRepeatedCharactersPasswordValidatorCfgA server-side interface for querying Repeated Characters Password Validator settings.interfaceSimilarityBasedPasswordValidatorCfgA server-side interface for querying Similarity Based Password Validator settings.interfaceUniqueCharactersPasswordValidatorCfgA server-side interface for querying Unique Characters Password Validator settings.Methods in org.forgerock.opendj.server.config.server that return PasswordValidatorCfg Modifier and Type Method Description PasswordValidatorCfgRootCfg. getPasswordValidator(String name)Gets the named Password Validator.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type PasswordValidatorCfg Modifier and Type Method Description Class<? extends PasswordValidatorCfg>PasswordValidatorCfg. configurationClass()Gets the configuration class associated with this Password Validator.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type PasswordValidatorCfg Modifier and Type Method Description voidPasswordValidatorCfg. addChangeListener(ConfigurationChangeListener<PasswordValidatorCfg> listener)Register to be notified when this Password Validator is changed.voidRootCfg. addPasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)Registers to be notified when new Password Validators are added.voidRootCfg. addPasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg> listener)Registers to be notified when existing Password Validators are deleted.voidPasswordValidatorCfg. removeChangeListener(ConfigurationChangeListener<PasswordValidatorCfg> listener)Deregister an existing Password Validator configuration change listener.voidRootCfg. removePasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)Deregisters an existing Password Validator configuration add listener.voidRootCfg. removePasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg> listener)Deregisters an existing Password Validator configuration delete listener.
-