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. -
-
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 PasswordGeneratorCfgPasswordGeneratorCfgDefn. createServerConfiguration(ServerManagedObject<? extends PasswordGeneratorCfg> 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 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()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 PasswordGeneratorCfg Modifier and Type Method Description PasswordGeneratorCfgPasswordGeneratorCfgDefn. createServerConfiguration(ServerManagedObject<? extends PasswordGeneratorCfg> impl)Creates a server configuration view of the provided server managed object. -
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 interfaceRandomPasswordGeneratorCfgA 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 PasswordGeneratorCfgRootCfg. 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 voidPasswordGeneratorCfg. addChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)Register to be notified when this Password Generator is changed.voidRootCfg. addPasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)Registers to be notified when new Password Generators are added.voidRootCfg. addPasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)Registers to be notified when existing Password Generators are deleted.voidPasswordGeneratorCfg. removeChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)Deregister an existing Password Generator configuration change listener.voidRootCfg. removePasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)Deregisters an existing Password Generator configuration add listener.voidRootCfg. removePasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)Deregisters an existing Password Generator configuration delete listener.
-