Uses of Class
org.gcube.common.keycloak.model.TokenIntrospectionResponse
-
Packages that use TokenIntrospectionResponse Package Description org.gcube.common.keycloak -
-
Uses of TokenIntrospectionResponse in org.gcube.common.keycloak
Methods in org.gcube.common.keycloak that return TokenIntrospectionResponse Modifier and Type Method Description TokenIntrospectionResponseDefaultKeycloakClient. introspectAccessToken(String context, String clientId, String clientSecret, String accessTokenJWTString)Queries from the OIDC server an exchanged token by using provided access token, for the given audience (context), in URLEncoded form or not, and optionally a list of permissions.TokenIntrospectionResponseDefaultKeycloakClient. introspectAccessToken(URL introspectionURL, String clientId, String clientSecret, String accessTokenJWTString)TokenIntrospectionResponseKeycloakClient. introspectAccessToken(String context, String clientId, String clientSecret, String accessTokenJWTString)Introspects an access token against the Keycloak server.TokenIntrospectionResponseKeycloakClient. introspectAccessToken(URL introspectionURL, String clientId, String clientSecret, String accessTokenJWTString)Introspects an access token against the Keycloak server.
-