Package com.inrupt.client.uma
Class ClaimToken
java.lang.Object
com.inrupt.client.uma.ClaimToken
A class representing an UMA claim token and the associated type value.
-
Method Summary
Modifier and TypeMethodDescriptionGet the claim token value.Get the claim token type.static ClaimToken
Create a newClaimToken
.
-
Method Details
-
getClaimToken
Get the claim token value.- Returns:
- the claim token value
-
getClaimTokenType
Get the claim token type.- Returns:
- the claim token type
-
of
Create a newClaimToken
.- Parameters:
token
- the claim token valuetokenType
- the claim token type- Returns:
- the new claim token
-