Class UserInfoController

java.lang.Object
org.wildfly.security.soteria.original.UserInfoController

@RequestScoped public class UserInfoController extends Object
Controller for Token endpoint
Author:
Gaurav Gupta, Rudy De Busscher
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.json.JsonObject
    getUserInfo(org.glassfish.soteria.mechanisms.openid.domain.OpenIdConfiguration configuration, jakarta.security.enterprise.identitystore.openid.AccessToken accessToken)
    (6) The RP send a request with the Access Token to the UserInfo Endpoint and requests the claims about the End-User.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UserInfoController

      public UserInfoController()
  • Method Details

    • getUserInfo

      public jakarta.json.JsonObject getUserInfo(org.glassfish.soteria.mechanisms.openid.domain.OpenIdConfiguration configuration, jakarta.security.enterprise.identitystore.openid.AccessToken accessToken)
      (6) The RP send a request with the Access Token to the UserInfo Endpoint and requests the claims about the End-User.
      Parameters:
      configuration - the OpenId Connect client configuration configuration
      accessToken -
      Returns:
      the claims json object