クラス OPEndpoint
java.lang.Object
org.iplass.mtp.impl.auth.authenticate.oidc.OPEndpoint
OPEndpoint
-
コンストラクタの概要
コンストラクタコンストラクタ説明OPEndpoint(String tokenEndpointUrl, String userInfoEndpointUrl, OpenIdConnectService opService) コンストラクタ -
メソッドの概要
-
コンストラクタの詳細
-
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
user profile を取得する- パラメータ:
tokenType-accessToken-- 戻り値:
- userInfo
-