Uses of Interface
org.forgerock.opendj.server.config.server.Sha1PasswordStorageSchemeCfg
-
Packages that use Sha1PasswordStorageSchemeCfg 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 Sha1PasswordStorageSchemeCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type Sha1PasswordStorageSchemeCfg Modifier and Type Method Description ManagedObjectDefinition<? extends Sha1PasswordStorageSchemeCfgClient,? extends Sha1PasswordStorageSchemeCfg>
Sha1PasswordStorageSchemeCfgClient. definition()
Get the configuration definition associated with this SHA-1 Password Storage Scheme. -
Uses of Sha1PasswordStorageSchemeCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return Sha1PasswordStorageSchemeCfg Modifier and Type Method Description Sha1PasswordStorageSchemeCfg
Sha1PasswordStorageSchemeCfgDefn. createServerConfiguration(ServerManagedObject<? extends Sha1PasswordStorageSchemeCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type Sha1PasswordStorageSchemeCfg Modifier and Type Method Description Class<Sha1PasswordStorageSchemeCfg>
Sha1PasswordStorageSchemeCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type Sha1PasswordStorageSchemeCfg Modifier and Type Method Description Sha1PasswordStorageSchemeCfg
Sha1PasswordStorageSchemeCfgDefn. createServerConfiguration(ServerManagedObject<? extends Sha1PasswordStorageSchemeCfg> impl)
-
Uses of Sha1PasswordStorageSchemeCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type Sha1PasswordStorageSchemeCfg Modifier and Type Method Description Class<? extends Sha1PasswordStorageSchemeCfg>
Sha1PasswordStorageSchemeCfg. configurationClass()
Gets the configuration class associated with this SHA-1 Password Storage Scheme.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type Sha1PasswordStorageSchemeCfg Modifier and Type Method Description void
Sha1PasswordStorageSchemeCfg. addSha1ChangeListener(ConfigurationChangeListener<Sha1PasswordStorageSchemeCfg> listener)
Register to be notified when this SHA-1 Password Storage Scheme is changed.void
Sha1PasswordStorageSchemeCfg. removeSha1ChangeListener(ConfigurationChangeListener<Sha1PasswordStorageSchemeCfg> listener)
Deregister an existing SHA-1 Password Storage Scheme configuration change listener.
-