com.unboundid.directory.sdk.broker.config
Interface GenericBrokerConfig
- All Superinterfaces:
- GenericConfig
- All Known Subinterfaces:
- PolicyInformationProviderConfig, StoreAdapterConfig
@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface GenericBrokerConfig
- 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
Identity Broker.
getServerContext
IdentityBrokerContext 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.