Class RPTIntrospectionProvider
- java.lang.Object
-
- org.keycloak.protocol.oidc.AccessTokenIntrospectionProvider
-
- org.keycloak.authorization.protection.introspect.RPTIntrospectionProvider
-
- All Implemented Interfaces:
TokenIntrospectionProvider
,Provider
public class RPTIntrospectionProvider extends AccessTokenIntrospectionProvider
Introspects token accordingly with UMA Bearer Token Profile.- Author:
- Pedro Igor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RPTIntrospectionProvider.UmaPermissionRepresentation
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.logging.Logger
LOGGER
-
Constructor Summary
Constructors Constructor Description RPTIntrospectionProvider(KeycloakSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
javax.ws.rs.core.Response
introspect(String token)
Introspect thetoken
.-
Methods inherited from class org.keycloak.protocol.oidc.AccessTokenIntrospectionProvider
verifyAccessToken
-
-
-
-
Constructor Detail
-
RPTIntrospectionProvider
public RPTIntrospectionProvider(KeycloakSession session)
-
-
Method Detail
-
introspect
public javax.ws.rs.core.Response introspect(String token)
Description copied from interface:TokenIntrospectionProvider
Introspect thetoken
.- Specified by:
introspect
in interfaceTokenIntrospectionProvider
- Overrides:
introspect
in classAccessTokenIntrospectionProvider
- Parameters:
token
- the token to introspect.- Returns:
- the response with the information about the token
-
close
public void close()
- Specified by:
close
in interfaceProvider
- Overrides:
close
in classAccessTokenIntrospectionProvider
-
-