public class UserInfoClaims extends Object
Constructor and Description |
---|
UserInfoClaims(Map<String,Object> values,
Map<String,List<String>> compositeScopes)
Constructor for a new UserInfoClaims object.
|
Modifier and Type | Method and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.