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 Summary
Constructors Constructor Description TokenIntrospectionEndpoint(KeycloakSession session, EventBuilder event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
introspect()
-
-
-
Constructor Detail
-
TokenIntrospectionEndpoint
public TokenIntrospectionEndpoint(KeycloakSession session, EventBuilder event)
-
-