Uses of Interface
org.forgerock.opendj.server.config.server.TrustStoreBackendCfg
-
Packages that use TrustStoreBackendCfg 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 TrustStoreBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type TrustStoreBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends TrustStoreBackendCfgClient,? extends TrustStoreBackendCfg>TrustStoreBackendCfgClient. definition()Get the configuration definition associated with this Trust Store Backend. -
Uses of TrustStoreBackendCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return TrustStoreBackendCfg Modifier and Type Method Description TrustStoreBackendCfgTrustStoreBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends TrustStoreBackendCfg> 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 TrustStoreBackendCfg Modifier and Type Method Description Class<TrustStoreBackendCfg>TrustStoreBackendCfgDefn. 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 TrustStoreBackendCfg Modifier and Type Method Description TrustStoreBackendCfgTrustStoreBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends TrustStoreBackendCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of TrustStoreBackendCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type TrustStoreBackendCfg Modifier and Type Method Description Class<? extends TrustStoreBackendCfg>TrustStoreBackendCfg. configurationClass()Gets the configuration class associated with this Trust Store Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type TrustStoreBackendCfg Modifier and Type Method Description voidTrustStoreBackendCfg. addTrustStoreChangeListener(ConfigurationChangeListener<TrustStoreBackendCfg> listener)Register to be notified when this Trust Store Backend is changed.voidTrustStoreBackendCfg. removeTrustStoreChangeListener(ConfigurationChangeListener<TrustStoreBackendCfg> listener)Deregister an existing Trust Store Backend configuration change listener.
-