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.org.opends.server.crypto This package implements the Directory Server cryptographic framework, which is described in the CrytpoManager design document. -
-
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 CryptoManagerCfg
CryptoManagerCfgDefn. createServerConfiguration(ServerManagedObject<? extends CryptoManagerCfg> impl)
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()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type CryptoManagerCfg Modifier and Type Method Description CryptoManagerCfg
CryptoManagerCfgDefn. createServerConfiguration(ServerManagedObject<? extends CryptoManagerCfg> impl)
-
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 CryptoManagerCfg
RootCfg. 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 void
CryptoManagerCfg. addChangeListener(ConfigurationChangeListener<CryptoManagerCfg> listener)
Register to be notified when this Crypto Manager is changed.void
CryptoManagerCfg. removeChangeListener(ConfigurationChangeListener<CryptoManagerCfg> listener)
Deregister an existing Crypto Manager configuration change listener. -
Uses of CryptoManagerCfg in org.opends.server.crypto
Methods in org.opends.server.crypto with parameters of type CryptoManagerCfg Modifier and Type Method Description ConfigChangeResult
CryptoManager. applyConfigurationChange(CryptoManagerCfg cfg)
boolean
CryptoManager. isConfigurationChangeAcceptable(CryptoManagerCfg cfg, List<LocalizableMessage> unacceptableReasons)
Constructors in org.opends.server.crypto with parameters of type CryptoManagerCfg Constructor Description CryptoManager(ServerContext serverContext, CryptoManagerCfg config)
Creates a new instance of this crypto manager object from a given configuration, plus some static member initialization.
-