Class RPTIntrospectionProvider
java.lang.Object
org.keycloak.protocol.oidc.AccessTokenIntrospectionProvider<AccessToken>
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
Nested ClassesModifier and TypeClassDescriptionstatic class - 
Field Summary
FieldsFields inherited from class org.keycloak.protocol.oidc.AccessTokenIntrospectionProvider
client, eventBuilder, realm, session, token, tokenManager, user, userSession - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()jakarta.ws.rs.core.Responseintrospect(String tokenStr, EventBuilder eventBuilder) Introspect thetoken.Methods inherited from class org.keycloak.protocol.oidc.AccessTokenIntrospectionProvider
getTokenClass, introspectionChecks, transformAccessToken, verifyClient, verifyToken, verifyTokenReuse, verifyUserSession 
- 
Field Details
- 
LOGGER
protected static final org.jboss.logging.Logger LOGGER 
 - 
 - 
Constructor Details
- 
RPTIntrospectionProvider
 
 - 
 - 
Method Details
- 
introspect
Description copied from interface:TokenIntrospectionProviderIntrospect thetoken.- Specified by:
 introspectin interfaceTokenIntrospectionProvider- Overrides:
 introspectin classAccessTokenIntrospectionProvider<AccessToken>- Parameters:
 tokenStr- the token to introspect.- Returns:
 - the response with the information about the token
 
 - 
close
public void close()- Specified by:
 closein interfaceProvider- Overrides:
 closein classAccessTokenIntrospectionProvider<AccessToken>
 
 -