Interface ExpirableUserTokenService
public interface ExpirableUserTokenService
Service for handling expirable user tokens
- Since:
- v2.8
-
Method Summary
Modifier and TypeMethodDescriptionbooleanremoveExpiredTokens(Date expiryDate) Remove all tokens which have expired as of the given date
-
Method Details
-
removeExpiredTokens
Remove all tokens which have expired as of the given date- Parameters:
expiryDate- Effective expiry date to enforce- Returns:
- true if any tokens were deleted, false otherwise
-