Class UserInfoResponse

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.aquima.web.boot.security.openid.UserInfoResponse
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class UserInfoResponse extends HashMap<String,Object>
Represents the response from the OpenID Connect UserInfo Endpoint. The response is a generic map containing claims about the user.
Since:
11.7
Author:
Petru Galanton
See Also:
  • Constructor Details

    • UserInfoResponse

      public UserInfoResponse()