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 SummaryNested ClassesModifier and TypeClassDescriptionstatic class
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()jakarta.ws.rs.core.Responseintrospect(String token) Introspect thetoken.Methods inherited from class org.keycloak.protocol.oidc.AccessTokenIntrospectionProviderverifyAccessToken
- 
Field Details- 
LOGGERprotected static final org.jboss.logging.Logger LOGGER
 
- 
- 
Constructor Details- 
RPTIntrospectionProvider
 
- 
- 
Method Details- 
introspectDescription copied from interface:TokenIntrospectionProviderIntrospect thetoken.- Specified by:
- introspectin interface- TokenIntrospectionProvider
- Overrides:
- introspectin class- AccessTokenIntrospectionProvider
- Parameters:
- token- the token to introspect.
- Returns:
- the response with the information about the token
 
- 
closepublic void close()- Specified by:
- closein interface- Provider
- Overrides:
- closein class- AccessTokenIntrospectionProvider
 
 
-