Class TokenIntrospectionEndpoint
- java.lang.Object
- 
- org.keycloak.protocol.oidc.endpoints.TokenIntrospectionEndpoint
 
- 
 public class TokenIntrospectionEndpoint extends Object A token introspection endpoint based on RFC-7662.- Author:
- Pedro Igor
 
- 
- 
Constructor SummaryConstructors Constructor Description TokenIntrospectionEndpoint(KeycloakSession session, EventBuilder event)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responseintrospect()
 
- 
- 
- 
Constructor Detail- 
TokenIntrospectionEndpointpublic TokenIntrospectionEndpoint(KeycloakSession session, EventBuilder event) 
 
- 
 
-