Class JWTIdentifierRevocationValidator

All Implemented Interfaces:
ClaimsValidator, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

public class JWTIdentifierRevocationValidator extends AbstractClaimsValidator
Verifies the identifier (jit) from the JWT against revocation via configurable RevocationCache.

Single identifier is stored in the cache for the lifetime of the JWT (expiration instant is taken from the 'exp' -claim).