Class 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 Detail

      • TokenRevocationCheck

        public TokenRevocationCheck​(org.keycloak.models.KeycloakSession session)
    • Method Detail

      • test

        public boolean test​(org.keycloak.representations.JsonWebToken token)
        Specified by:
        test in interface org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.JsonWebToken>