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