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

All Superinterfaces:
GenericConfig, GenericDirectoryConfig

@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface SASLMechanismHandlerConfig
extends GenericDirectoryConfig

This interface defines a set of methods that may be used to obtain information about the general configuration for a SASL mechanism handler.


Method Summary
 java.lang.String getIdentityMapperConfigEntryDN()
          Retrieves the DN of the configuration entry for the identity mapper associated with this SASL mechanism handler.
 
Methods inherited from interface com.unboundid.directory.sdk.ds.config.GenericDirectoryConfig
getServerContext
 
Methods inherited from interface com.unboundid.directory.sdk.common.config.GenericConfig
getConfigObjectDN, getConfigObjectName
 

Method Detail

getIdentityMapperConfigEntryDN

java.lang.String getIdentityMapperConfigEntryDN()
Retrieves the DN of the configuration entry for the identity mapper associated with this SASL mechanism handler.

Returns:
The DN of the configuration entry for the identity mapper associated with this SASL mechanism handler, or null if no identity mapper has been configured.