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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()jakarta.ws.rs.core.Responseintrospect(String token) Introspect thetoken.protected AccessTokenverifyAccessToken(String token)
-
Constructor Details
-
AccessTokenIntrospectionProvider
-
-
Method Details
-
introspect
Description copied from interface:TokenIntrospectionProviderIntrospect thetoken.- Specified by:
introspectin interfaceTokenIntrospectionProvider- Parameters:
token- the token to introspect.- Returns:
- the response with the information about the token
-
verifyAccessToken
-
close
public void close()
-