Package cronapi
Class ApiManager
- java.lang.Object
-
- cronapi.ApiManager
-
public abstract class ApiManager extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static intINTERVAL
-
Constructor Summary
Constructors Constructor Description ApiManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddInvalidatedToken(String id, Date expirationDate)static LinkedHashSet<String>getInvalidatedTokens()static booleanisInvalidatedTokenCacheEnabled()
-
-
-
Method Detail
-
isInvalidatedTokenCacheEnabled
public static boolean isInvalidatedTokenCacheEnabled()
-
getInvalidatedTokens
public static LinkedHashSet<String> getInvalidatedTokens()
-
-