| Package | Description |
|---|---|
| org.gcube.common.keycloak |
| Modifier and Type | Method and Description |
|---|---|
TokenIntrospectionResponse |
DefaultKeycloakClient.introspectAccessToken(String clientId,
String clientSecret,
String accessTokenJWTString) |
TokenIntrospectionResponse |
KeycloakClient.introspectAccessToken(String clientId,
String clientSecret,
String accessTokenJWTString)
Introspects an access token against the Keycloak server discovered in the current scope.
|
TokenIntrospectionResponse |
DefaultKeycloakClient.introspectAccessToken(URL introspectionURL,
String clientId,
String clientSecret,
String accessTokenJWTString) |
TokenIntrospectionResponse |
KeycloakClient.introspectAccessToken(URL introspectionURL,
String clientId,
String clientSecret,
String accessTokenJWTString)
Introspects an access token against the Keycloak server.
|
Copyright © 2022. All Rights Reserved.