Package org.wso2.carbon.user.api
Class ClaimMapping
java.lang.Object
org.wso2.carbon.user.api.ClaimMapping
This class represents the claim mapping between a given claim to the actual
attribute which resides in the user store.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClaim()getMappedAttribute(String domainName) voidvoidsetMappedAttribute(String mappedAttribute) voidsetMappedAttribute(String domainName, String mappedAttribute) voidsetMappedAttributes(Map<String, String> attrMap) voidsetMappedAttributeWithNoDomain(String mappedAttribute)
-
Field Details
-
claim
The claim object -
mappedAttribute
The mapped attribute in the user store -
mappedAttributes
-
-
Constructor Details
-
ClaimMapping
public ClaimMapping() -
ClaimMapping
-
-
Method Details
-
getClaim
-
setClaim
-
getMappedAttribute
-
setMappedAttribute
-
setMappedAttribute
-
getMappedAttribute
-
getMappedAttributes
-
setMappedAttributes
-
setMappedAttributeWithNoDomain
-
getMappedAttributeWithNoDomain
-