Uses of Interface
org.forgerock.opendj.server.config.client.PasswordGeneratorCfgClient
-
Packages that use PasswordGeneratorCfgClient 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 PasswordGeneratorCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of PasswordGeneratorCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
RandomPasswordGeneratorCfgClient
A client-side interface for reading and modifying Random Password Generator settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type PasswordGeneratorCfgClient 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.Methods in org.forgerock.opendj.server.config.client that return PasswordGeneratorCfgClient Modifier and Type Method Description PasswordGeneratorCfgClient
RootCfgClient. getPasswordGenerator(String name)
Gets the named Password Generator.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PasswordGeneratorCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends PasswordGeneratorCfgClient,? extends PasswordGeneratorCfg>
PasswordGeneratorCfgClient. definition()
Get the configuration definition associated with this Password Generator. -
Uses of PasswordGeneratorCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PasswordGeneratorCfgClient Modifier and Type Method Description PasswordGeneratorCfgClient
PasswordGeneratorCfgDefn. createClientConfiguration(ManagedObject<? extends PasswordGeneratorCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type PasswordGeneratorCfgClient 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.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type PasswordGeneratorCfgClient Modifier and Type Method Description PasswordGeneratorCfgClient
PasswordGeneratorCfgDefn. createClientConfiguration(ManagedObject<? extends PasswordGeneratorCfgClient> impl)
-