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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()jakarta.ws.rs.core.Responseintrospect(String token, EventBuilder eventBuilder) 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
- Specified by:
introspectin interfaceTokenIntrospectionProvider- Overrides:
introspectin classAccessTokenIntrospectionProvider
-
close
public void close()- Specified by:
closein interfaceProvider- Overrides:
closein classAccessTokenIntrospectionProvider
-