Interface RevokedTokenCleaner
- All Known Implementing Classes:
RevokedTokenCleanerImpl
public interface RevokedTokenCleaner
Scheduled task for removing expired tokens from the revoked tokens table.
Prevents unbounded growth by cleaning up tokens that have passed their expiration time.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeletes all revoked tokens with expiration timestamps before the current time.
-
Method Details
-
cleanUpExpiredTokens
void cleanUpExpiredTokens()Deletes all revoked tokens with expiration timestamps before the current time. Executed on a configurable cron schedule.
-