Uses of Interface
org.forgerock.opendj.server.config.server.PasswordGeneratorCfg
-
Packages that use PasswordGeneratorCfg 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.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of PasswordGeneratorCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PasswordGeneratorCfg Modifier and Type Method Description ManagedObjectDefinition<? extends PasswordGeneratorCfgClient,? extends PasswordGeneratorCfg>
PasswordGeneratorCfgClient. definition()
Get the configuration definition associated with this Password Generator.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type PasswordGeneratorCfg Modifier and Type Method Description <C extends PasswordGeneratorCfgClient>
CRootCfgClient. createPasswordGenerator(ManagedObjectDefinition<C,? extends PasswordGeneratorCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Password Generator. -
Uses of PasswordGeneratorCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PasswordGeneratorCfg Modifier and Type Method Description PasswordGeneratorCfg
PasswordGeneratorCfgDefn. createServerConfiguration(ServerManagedObject<? extends PasswordGeneratorCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type PasswordGeneratorCfg Modifier and Type Method Description AggregationPropertyDefinition<PasswordGeneratorCfgClient,PasswordGeneratorCfg>
PasswordPolicyCfgDefn. getPasswordGeneratorPropertyDefinition()
Get the "password-generator" property definition.InstantiableRelationDefinition<PasswordGeneratorCfgClient,PasswordGeneratorCfg>
RootCfgDefn. getPasswordGeneratorsRelationDefinition()
Get the "password-generators" relation definition.Class<PasswordGeneratorCfg>
PasswordGeneratorCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type PasswordGeneratorCfg Modifier and Type Method Description PasswordGeneratorCfg
PasswordGeneratorCfgDefn. createServerConfiguration(ServerManagedObject<? extends PasswordGeneratorCfg> impl)
-
Uses of PasswordGeneratorCfg in org.forgerock.opendj.server.config.server
Subinterfaces of PasswordGeneratorCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interface
RandomPasswordGeneratorCfg
A server-side interface for querying Random Password Generator settings.Methods in org.forgerock.opendj.server.config.server that return PasswordGeneratorCfg Modifier and Type Method Description PasswordGeneratorCfg
RootCfg. getPasswordGenerator(String name)
Gets the named Password Generator.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type PasswordGeneratorCfg Modifier and Type Method Description Class<? extends PasswordGeneratorCfg>
PasswordGeneratorCfg. configurationClass()
Gets the configuration class associated with this Password Generator.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type PasswordGeneratorCfg Modifier and Type Method Description void
PasswordGeneratorCfg. addChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
Register to be notified when this Password Generator is changed.void
RootCfg. addPasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)
Registers to be notified when new Password Generators are added.void
RootCfg. addPasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)
Registers to be notified when existing Password Generators are deleted.void
PasswordGeneratorCfg. removeChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
Deregister an existing Password Generator configuration change listener.void
RootCfg. removePasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)
Deregisters an existing Password Generator configuration add listener.void
RootCfg. removePasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)
Deregisters an existing Password Generator configuration delete listener. -
Uses of PasswordGeneratorCfg in org.opends.server.api
Classes in org.opends.server.api with type parameters of type PasswordGeneratorCfg Modifier and Type Class Description class
PasswordGenerator<T extends PasswordGeneratorCfg>
This class defines a set of methods and structures that must be implemented by a Directory Server module that may be used to generate user passwords. -
Uses of PasswordGeneratorCfg in org.opends.server.core
Methods in org.opends.server.core with parameters of type PasswordGeneratorCfg Modifier and Type Method Description ConfigChangeResult
PasswordGeneratorConfigManager. applyConfigurationAdd(PasswordGeneratorCfg configuration)
ConfigChangeResult
PasswordGeneratorConfigManager. applyConfigurationChange(PasswordGeneratorCfg configuration)
ConfigChangeResult
PasswordGeneratorConfigManager. applyConfigurationDelete(PasswordGeneratorCfg configuration)
boolean
PasswordGeneratorConfigManager. isConfigurationAddAcceptable(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordGeneratorConfigManager. isConfigurationChangeAcceptable(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordGeneratorConfigManager. isConfigurationDeleteAcceptable(PasswordGeneratorCfg configuration, List<LocalizableMessage> unacceptableReasons)
-