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