Package org.forgerock.oauth2.core
Class UserInfoClaims
- java.lang.Object
-
- org.forgerock.oauth2.core.UserInfoClaims
-
@SupportedAll public class UserInfoClaims extends Object
Simple bean that contains the values of claims, and the scopes that provisioned them (if any).- Since:
- 13.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>
getCompositeScopes()
For claims that are provisioned by composite scopes, this will contain the mapping of scope name to a list of claim names.Map<String,Object>
getValues()
Gets the values of the claims for the user information.
-