Uses of Interface
org.forgerock.opendj.server.config.client.SaltedSHA384PasswordStorageSchemeCfgClient
-
Packages that use SaltedSHA384PasswordStorageSchemeCfgClient 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 SaltedSHA384PasswordStorageSchemeCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SaltedSHA384PasswordStorageSchemeCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends SaltedSHA384PasswordStorageSchemeCfgClient,? extends SaltedSHA384PasswordStorageSchemeCfg>SaltedSHA384PasswordStorageSchemeCfgClient. definition()Get the configuration definition associated with this Salted SHA384 Password Storage Scheme. -
Uses of SaltedSHA384PasswordStorageSchemeCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SaltedSHA384PasswordStorageSchemeCfgClient Modifier and Type Method Description SaltedSHA384PasswordStorageSchemeCfgClientSaltedSHA384PasswordStorageSchemeCfgDefn. createClientConfiguration(ManagedObject<? extends SaltedSHA384PasswordStorageSchemeCfgClient> impl)Creates a client configuration view of the provided managed object.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SaltedSHA384PasswordStorageSchemeCfgClient Modifier and Type Method Description SaltedSHA384PasswordStorageSchemeCfgClientSaltedSHA384PasswordStorageSchemeCfgDefn. createClientConfiguration(ManagedObject<? extends SaltedSHA384PasswordStorageSchemeCfgClient> impl)Creates a client configuration view of the provided managed object.
-