com.unboundid.directory.sdk.ds.config
Interface GenericDirectoryConfig

All Superinterfaces:
GenericConfig
All Known Subinterfaces:
AccountStatusNotificationHandlerConfig, CertificateMapperConfig, ChangeSubscriptionHandlerConfig, CipherStreamProviderConfig, ExtendedOperationHandlerConfig, IdentityMapperConfig, PasswordGeneratorConfig, PasswordStorageSchemeConfig, PasswordValidatorConfig, PluginConfig, SASLMechanismHandlerConfig, VirtualAttributeProviderConfig

@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface GenericDirectoryConfig
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 Server.


Method Summary
 DirectoryServerContext 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

DirectoryServerContext 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.