org.wso2.carbon.user.api
Class ClaimMapping
java.lang.Object
org.wso2.carbon.user.api.ClaimMapping
public class ClaimMapping
- extends Object
This class represents the claim mapping between a given claim to the actual
attribute which resides in the user store.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
claim
protected Claim claim
- The claim object
mappedAttribute
protected String mappedAttribute
- The mapped attribute in the user store
mappedAttributes
protected Map<String,String> mappedAttributes
ClaimMapping
public ClaimMapping()
ClaimMapping
public ClaimMapping(Claim claim,
String mappedAttribute)
getClaim
public Claim getClaim()
setClaim
public void setClaim(Claim claim)
getMappedAttribute
public String getMappedAttribute()
setMappedAttribute
public void setMappedAttribute(String mappedAttribute)
setMappedAttribute
public void setMappedAttribute(String domainName,
String mappedAttribute)
getMappedAttribute
public String getMappedAttribute(String domainName)
getMappedAttributes
public Map<String,String> getMappedAttributes()
setMappedAttributeWithNoDomain
public void setMappedAttributeWithNoDomain(String mappedAttribute)
setMappedAttributes
public void setMappedAttributes(Map<String,String> attrMap)
Copyright © 2014 WSO2 Inc. All rights reserved.