Interface ExpirableUserTokenService


public interface ExpirableUserTokenService
Service for handling expirable user tokens
Since:
v2.8
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Remove all tokens which have expired as of the given date
  • Method Details

    • removeExpiredTokens

      boolean removeExpiredTokens(Date expiryDate)
      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