Package org.keycloak.protocol.oidc
Class TokenManager.TokenRevocationCheck
java.lang.Object
org.keycloak.protocol.oidc.TokenManager.TokenRevocationCheck
- All Implemented Interfaces:
org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.JsonWebToken>
- Enclosing class:
- TokenManager
public static class TokenManager.TokenRevocationCheck
extends Object
implements org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.JsonWebToken>
Check if access token was revoked with OAuth revocation endpoint
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TokenRevocationCheck
public TokenRevocationCheck(org.keycloak.models.KeycloakSession session)
-
-
Method Details
-
test
public boolean test(org.keycloak.representations.JsonWebToken token) - Specified by:
testin interfaceorg.keycloak.TokenVerifier.Predicate<org.keycloak.representations.JsonWebToken>
-