Constructor and Description |
---|
Claim() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getClaimTokenFormat() |
String |
getClaimType() |
String |
getFriendlyName() |
Long |
getId() |
Set<String> |
getIssuer() |
String |
getName() |
com.google.gson.JsonElement |
getValue() |
int |
hashCode() |
void |
setClaimTokenFormat(Set<String> claimTokenFormat) |
void |
setClaimType(String claimType) |
void |
setFriendlyName(String friendlyName) |
void |
setId(Long id) |
void |
setIssuer(Set<String> issuer) |
void |
setName(String name) |
void |
setValue(com.google.gson.JsonElement value) |
String |
toString() |
public Claim()
public String getFriendlyName()
public void setFriendlyName(String friendlyName)
friendlyName
- the friendlyName to setpublic String getClaimType()
public void setClaimType(String claimType)
claimType
- the claimType to setpublic Set<String> getClaimTokenFormat()
public void setClaimTokenFormat(Set<String> claimTokenFormat)
claimTokenFormat
- the claimTokenFormat to setpublic com.google.gson.JsonElement getValue()
public void setValue(com.google.gson.JsonElement value)
value
- the value to setCopyright © 2018. All rights reserved.