Package org.keycloak.protocol.oidc
Class AccessTokenIntrospectionProvider
java.lang.Object
org.keycloak.protocol.oidc.AccessTokenIntrospectionProvider
- All Implemented Interfaces:
TokenIntrospectionProvider
,Provider
- Direct Known Subclasses:
RefreshTokenIntrospectionProvider
,RPTIntrospectionProvider
- Author:
- Pedro Igor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
jakarta.ws.rs.core.Response
introspect
(String token, EventBuilder eventBuilder) Introspect thetoken
.transformAccessToken
(AccessToken token, UserSessionModel userSession) protected AccessToken
verifyAccessToken
(String token, EventBuilder eventBuilder, boolean validateSession)
-
Constructor Details
-
AccessTokenIntrospectionProvider
-
-
Method Details
-
introspect
Description copied from interface:TokenIntrospectionProvider
Introspect thetoken
.- Specified by:
introspect
in interfaceTokenIntrospectionProvider
- Parameters:
token
- the token to introspect.- Returns:
- the response with the information about the token
-
transformAccessToken
-
verifyAccessToken
protected AccessToken verifyAccessToken(String token, EventBuilder eventBuilder, boolean validateSession) -
close
public void close()
-