Uses of Interface
org.forgerock.opendj.server.config.client.CryptoManagerCfgClient
-
Packages that use CryptoManagerCfgClient 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 CryptoManagerCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return CryptoManagerCfgClient Modifier and Type Method Description CryptoManagerCfgClient
RootCfgClient. getCryptoManager()
Gets the Crypto Manager.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type CryptoManagerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends CryptoManagerCfgClient,? extends CryptoManagerCfg>
CryptoManagerCfgClient. definition()
Get the configuration definition associated with this Crypto Manager. -
Uses of CryptoManagerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return CryptoManagerCfgClient Modifier and Type Method Description CryptoManagerCfgClient
CryptoManagerCfgDefn. createClientConfiguration(ManagedObject<? extends CryptoManagerCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type CryptoManagerCfgClient Modifier and Type Method Description SingletonRelationDefinition<CryptoManagerCfgClient,CryptoManagerCfg>
RootCfgDefn. getCryptoManagerRelationDefinition()
Get the "crypto-manager" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type CryptoManagerCfgClient Modifier and Type Method Description CryptoManagerCfgClient
CryptoManagerCfgDefn. createClientConfiguration(ManagedObject<? extends CryptoManagerCfgClient> impl)
-