Interface GenericProxyConfig
-
- All Superinterfaces:
GenericConfig
- All Known Subinterfaces:
LDAPHealthCheckConfig
,PlacementAlgorithmConfig
,ProxiedExtendedOperationHandlerConfig
,ProxyTransformationConfig
,ServerAffinityProviderConfig
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface GenericProxyConfig extends GenericConfig
This interface defines a set of methods that may be used to obtain information about the general configuration for extensions used by the Directory Proxy Server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProxyServerContext
getServerContext()
Retrieves a handle to the server context for the server in which this extension is running.-
Methods inherited from interface com.unboundid.directory.sdk.common.config.GenericConfig
getConfigObjectDN, getConfigObjectName
-
-
-
-
Method Detail
-
getServerContext
ProxyServerContext getServerContext()
Retrieves a handle to the server context for the server in which this extension is running.- Specified by:
getServerContext
in interfaceGenericConfig
- Returns:
- A handle to the server context for the server in which this extension is running.
-
-