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