Uses of Interface
org.forgerock.opendj.server.config.server.CryptoManagerCfg
-
Packages that use CryptoManagerCfg 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 CryptoManagerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type CryptoManagerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends CryptoManagerCfgClient,? extends CryptoManagerCfg>CryptoManagerCfgClient. definition()Get the configuration definition associated with this Crypto Manager. -
Uses of CryptoManagerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return CryptoManagerCfg Modifier and Type Method Description CryptoManagerCfgCryptoManagerCfgDefn. createServerConfiguration(ServerManagedObject<? extends CryptoManagerCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type CryptoManagerCfg Modifier and Type Method Description SingletonRelationDefinition<CryptoManagerCfgClient,CryptoManagerCfg>RootCfgDefn. getCryptoManagerRelationDefinition()Get the "crypto-manager" relation definition.Class<CryptoManagerCfg>CryptoManagerCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type CryptoManagerCfg Modifier and Type Method Description CryptoManagerCfgCryptoManagerCfgDefn. createServerConfiguration(ServerManagedObject<? extends CryptoManagerCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of CryptoManagerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return CryptoManagerCfg Modifier and Type Method Description CryptoManagerCfgRootCfg. getCryptoManager()Gets the Crypto Manager.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type CryptoManagerCfg Modifier and Type Method Description Class<? extends CryptoManagerCfg>CryptoManagerCfg. configurationClass()Gets the configuration class associated with this Crypto Manager.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type CryptoManagerCfg Modifier and Type Method Description voidCryptoManagerCfg. addChangeListener(ConfigurationChangeListener<CryptoManagerCfg> listener)Register to be notified when this Crypto Manager is changed.voidCryptoManagerCfg. removeChangeListener(ConfigurationChangeListener<CryptoManagerCfg> listener)Deregister an existing Crypto Manager configuration change listener.
-