Class RPTIntrospectionProvider
java.lang.Object
org.keycloak.protocol.oidc.AccessTokenIntrospectionProvider
org.keycloak.authorization.protection.introspect.RPTIntrospectionProvider
- All Implemented Interfaces:
TokenIntrospectionProvider
,Provider
Introspects token accordingly with UMA Bearer Token Profile.
- Author:
- Pedro Igor
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
jakarta.ws.rs.core.Response
introspect
(String token, EventBuilder eventBuilder) Introspect thetoken
.Methods inherited from class org.keycloak.protocol.oidc.AccessTokenIntrospectionProvider
transformAccessToken, verifyAccessToken
-
Field Details
-
LOGGER
protected static final org.jboss.logging.Logger LOGGER
-
-
Constructor Details
-
RPTIntrospectionProvider
-
-
Method Details
-
introspect
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
-