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