com.unboundid.directory.sdk.broker.config
Interface StoreAdapterConfig
- All Superinterfaces:
- GenericBrokerConfig, GenericConfig
@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface StoreAdapterConfig
- extends GenericBrokerConfig
This interface defines a set of methods that may be used to obtain
information about the general configuration for a store adapter.
getCorrelationAttributeURN
java.lang.String getCorrelationAttributeURN()
- Get the configured correlation attribute for this Store Adapter. This
attribute is used as the correlation between resources when multiple
Store Adapters are configured in a DataView.
- Returns:
- a SCIM attribute URN. This will never be
null
.