Class TokenIntrospectionEndpoint


  • public class TokenIntrospectionEndpoint
    extends Object
    A token introspection endpoint based on RFC-7662.
    Author:
    Pedro Igor
    • Constructor Detail

      • TokenIntrospectionEndpoint

        public TokenIntrospectionEndpoint​(org.keycloak.models.RealmModel realm,
                                          org.keycloak.events.EventBuilder event)
    • Method Detail

      • introspect

        @POST
        public javax.ws.rs.core.Response introspect()