com.unboundid.directory.sdk.proxy.config
Interface GenericProxyConfig
- All Superinterfaces:
- GenericConfig
- All Known Subinterfaces:
- LDAPHealthCheckConfig, PlacementAlgorithmConfig, ProxyTransformationConfig
@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.
getServerContext
ProxyServerContext getServerContext()
- Retrieves a handle to the server context for the server in which this
extension is running.
- Specified by:
getServerContext
in interface GenericConfig
- Returns:
- A handle to the server context for the server in which this
extension is running.