Interface SCIM2AttributeMappingConfig
-
- All Superinterfaces:
GenericConfig
,GenericSyncConfig
@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface SCIM2AttributeMappingConfig extends GenericSyncConfig
This interface defines a set of methods that may be used to obtain information about the general configuration for a SCIM2 Attribute Mapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSCIM2AttributeName()
Retrieves the name of the SCIM2 attribute with which the attribute mapping is associated.-
Methods inherited from interface com.unboundid.directory.sdk.common.config.GenericConfig
getConfigObjectDN, getConfigObjectName
-
Methods inherited from interface com.unboundid.directory.sdk.sync.config.GenericSyncConfig
getServerContext
-
-
-
-
Method Detail
-
getSCIM2AttributeName
java.lang.String getSCIM2AttributeName()
Retrieves the name of the SCIM2 attribute with which the attribute mapping is associated.- Returns:
- The name of the SCIM2 attribute with which the attribute mapping is associated.
-
-