Package org.keycloak.protocol.oidc
Class TokenManager.TokenRevocationCheck
- java.lang.Object
- 
- org.keycloak.protocol.oidc.TokenManager.TokenRevocationCheck
 
- 
- All Implemented Interfaces:
- TokenVerifier.Predicate<JsonWebToken>
 - Enclosing class:
- TokenManager
 
 public static class TokenManager.TokenRevocationCheck extends Object implements TokenVerifier.Predicate<JsonWebToken> Check if access token was revoked with OAuth revocation endpoint
- 
- 
Constructor SummaryConstructors Constructor Description TokenRevocationCheck(KeycloakSession session)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(JsonWebToken token)Performs a single check on the given token verifier.
 
- 
- 
- 
Constructor Detail- 
TokenRevocationCheckpublic TokenRevocationCheck(KeycloakSession session) 
 
- 
 - 
Method Detail- 
testpublic boolean test(JsonWebToken token) Description copied from interface:TokenVerifier.PredicatePerforms a single check on the given token verifier.- Specified by:
- testin interface- TokenVerifier.Predicate<JsonWebToken>
- Parameters:
- token- Token, guaranteed to be non-null.
- Returns:
 
 
- 
 
-