public interface JwtRevocationService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteExpired()
Delete Expired Revocations
|
boolean |
isRevoked(String id)
Is JSON Web Token Identifier Revoked
|
void |
setRevoked(String id,
Instant expiration)
Set Revoked Status using JSON Web Token Identifier
|
void deleteExpired()
boolean isRevoked(String id)
id - JSON Web Token IdentifierCopyright © 2023 Apache NiFi Project. All rights reserved.