public class ClaimMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Claim |
claim
The claim object
|
protected String |
mappedAttribute
The mapped attribute in the user store
|
protected Map<String,String> |
mappedAttributes |
| Constructor and Description |
|---|
ClaimMapping() |
ClaimMapping(Claim claim,
String mappedAttribute) |
| Modifier and Type | Method and Description |
|---|---|
Claim |
getClaim() |
String |
getMappedAttribute() |
String |
getMappedAttribute(String domainName) |
Map<String,String> |
getMappedAttributes() |
String |
getMappedAttributeWithNoDomain() |
void |
setClaim(Claim claim) |
void |
setMappedAttribute(String mappedAttribute) |
void |
setMappedAttribute(String domainName,
String mappedAttribute) |
void |
setMappedAttributes(Map<String,String> attrMap) |
void |
setMappedAttributeWithNoDomain(String mappedAttribute) |
protected Claim claim
protected String mappedAttribute
public Claim getClaim()
public void setClaim(Claim claim)
public String getMappedAttribute()
public void setMappedAttribute(String mappedAttribute)
public void setMappedAttributeWithNoDomain(String mappedAttribute)
public String getMappedAttributeWithNoDomain()
Copyright © 2018 WSO2 Inc. All rights reserved.