Class TokenRevocationEndpoint
- java.lang.Object
-
- org.keycloak.protocol.oidc.endpoints.TokenRevocationEndpoint
-
public class TokenRevocationEndpoint extends Object
- Author:
- Yoshiyuki Tabata
-
-
Constructor Summary
Constructors Constructor Description TokenRevocationEndpoint(KeycloakSession session, EventBuilder event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
preflight()
javax.ws.rs.core.Response
revoke()
-
-
-
Constructor Detail
-
TokenRevocationEndpoint
public TokenRevocationEndpoint(KeycloakSession session, EventBuilder event)
-
-