Class TokenRevocationEndpoint
- java.lang.Object
- 
- org.keycloak.protocol.oidc.endpoints.TokenRevocationEndpoint
 
- 
 public class TokenRevocationEndpoint extends Object - Author:
- Yoshiyuki Tabata
 
- 
- 
Constructor SummaryConstructors Constructor Description TokenRevocationEndpoint(KeycloakSession session, EventBuilder event)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responsepreflight()javax.ws.rs.core.Responserevoke()
 
- 
- 
- 
Constructor Detail- 
TokenRevocationEndpointpublic TokenRevocationEndpoint(KeycloakSession session, EventBuilder event) 
 
- 
 
-