Interface AuthAction.JwtUserDao.RevokedTokenCache

All Known Implementing Classes:
AuthAction.InMemoryRevokedTokenCache
Enclosing class:
AuthAction.JwtUserDao

public static interface AuthAction.JwtUserDao.RevokedTokenCache
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isRevoked

      boolean isRevoked(String token)