クラス OPEndpoint

java.lang.Object
org.iplass.mtp.impl.auth.authenticate.oidc.OPEndpoint

public class OPEndpoint extends Object
OPEndpoint
  • コンストラクタの詳細

    • OPEndpoint

      public OPEndpoint(String tokenEndpointUrl, String userInfoEndpointUrl, OpenIdConnectService opService)
      コンストラクタ
      パラメータ:
      tokenEndpointUrl -
      userInfoEndpointUrl -
      opService -
  • メソッドの詳細

    • token

      public Map<String,Object> token(ClientAuthenticationType clientAuthenticationType, String clientId, String clientSecret, String code, String redirectUri, String codeVerifier)
      token を取得する
      パラメータ:
      clientAuthenticationType -
      clientId -
      clientSecret -
      code -
      redirectUri -
      codeVerifier -
      戻り値:
      token
    • userInfo

      public Map<String,Object> userInfo(String tokenType, String accessToken)
      user profile を取得する
      パラメータ:
      tokenType -
      accessToken -
      戻り値:
      userInfo