| Package | Description |
|---|---|
| org.gcube.common.keycloak |
| Modifier and Type | Method and Description |
|---|---|
TokenIntrospectionResponse |
KeycloakClient.introspectAccessToken(String context,
String clientId,
String clientSecret,
String accessTokenJWTString)
Introspects an access token against the Keycloak server.
|
TokenIntrospectionResponse |
DefaultKeycloakClient.introspectAccessToken(String context,
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.
|
TokenIntrospectionResponse |
DefaultKeycloakClient.introspectAccessToken(URL introspectionURL,
String clientId,
String clientSecret,
String accessTokenJWTString) |
Copyright © 2025. All rights reserved.