Uses of Interface
org.forgerock.opendj.server.config.server.ProxyBackendCfg
-
Packages that use ProxyBackendCfg 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.backends Contains various Directory Server backend implementations. -
-
Uses of ProxyBackendCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ProxyBackendCfg Modifier and Type Method Description ManagedObjectDefinition<? extends ProxyBackendCfgClient,? extends ProxyBackendCfg>
ProxyBackendCfgClient. definition()
Get the configuration definition associated with this Proxy Backend. -
Uses of ProxyBackendCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ProxyBackendCfg Modifier and Type Method Description ProxyBackendCfg
ProxyBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends ProxyBackendCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ProxyBackendCfg Modifier and Type Method Description Class<ProxyBackendCfg>
ProxyBackendCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ProxyBackendCfg Modifier and Type Method Description ProxyBackendCfg
ProxyBackendCfgDefn. createServerConfiguration(ServerManagedObject<? extends ProxyBackendCfg> impl)
-
Uses of ProxyBackendCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type ProxyBackendCfg Modifier and Type Method Description Class<? extends ProxyBackendCfg>
ProxyBackendCfg. configurationClass()
Gets the configuration class associated with this Proxy Backend.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type ProxyBackendCfg Modifier and Type Method Description void
ProxyBackendCfg. addProxyChangeListener(ConfigurationChangeListener<ProxyBackendCfg> listener)
Register to be notified when this Proxy Backend is changed.void
ProxyBackendCfg. removeProxyChangeListener(ConfigurationChangeListener<ProxyBackendCfg> listener)
Deregister an existing Proxy Backend configuration change listener. -
Uses of ProxyBackendCfg in org.opends.server.backends
Methods in org.opends.server.backends with parameters of type ProxyBackendCfg Modifier and Type Method Description ConfigChangeResult
ProxyBackend. applyConfigurationChange(ProxyBackendCfg newConfig)
void
ProxyBackend. configureBackend(ProxyBackendCfg cfg, ServerContext serverContext)
boolean
ProxyBackend. isConfigurationAcceptable(ProxyBackendCfg config, List<LocalizableMessage> unacceptableReasons, ServerContext serverContext)
boolean
ProxyBackend. isConfigurationChangeAcceptable(ProxyBackendCfg config, List<LocalizableMessage> unacceptableReasons)
-