Package com.seeq.model
Class IdentityMappingV1
java.lang.Object
com.seeq.model.IdentityMappingV1
The list of members that are contained within a synced UserGroup, identified by their Remote Item ID.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
A unique identifier for the identity within its datasource.Along with the Provider Datasource ID, the Provider Datasource Class uniquely identifies the datasource who provides the mapped user group.Along with the Provider Datasource Class, the Provider Datasource ID uniquely identifies the datasource who provides the mapped user group.int
hashCode()
mappedIdentityDataId
(String mappedIdentityDataId) providerDatasourceClass
(String providerDatasourceClass) providerDatasourceId
(String providerDatasourceId) void
setMappedIdentityDataId
(String mappedIdentityDataId) void
setProviderDatasourceClass
(String providerDatasourceClass) void
setProviderDatasourceId
(String providerDatasourceId) toString()
-
Constructor Details
-
IdentityMappingV1
public IdentityMappingV1()
-
-
Method Details
-
mappedIdentityDataId
-
getMappedIdentityDataId
A unique identifier for the identity within its datasource.- Returns:
- mappedIdentityDataId
-
setMappedIdentityDataId
-
providerDatasourceClass
-
getProviderDatasourceClass
Along with the Provider Datasource ID, the Provider Datasource Class uniquely identifies the datasource who provides the mapped user group. For example, a datasource may be a particular instance of an AD.- Returns:
- providerDatasourceClass
-
setProviderDatasourceClass
-
providerDatasourceId
-
getProviderDatasourceId
Along with the Provider Datasource Class, the Provider Datasource ID uniquely identifies the datasource who provides the mapped user group. For example, a datasource may be a particular instance of an AD.- Returns:
- providerDatasourceId
-
setProviderDatasourceId
-
equals
-
hashCode
public int hashCode() -
toString
-