- java.lang.Object
-
- com.appslandia.common.jwt.JwtUtils
-
-
Constructor Summary
Constructors Constructor Description JwtUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisFutureTime(long numericDate, int leewaySec)static booleanisPastTime(long numericDate, int leewaySec)static booleanisSupportedValue(Object value)static String[]parseParts(String token)static DatetoDate(Long numericDate)static LongtoNumericDate(Long timeInMs)static LongtoNumericDate(Date value)
-
-
-
Method Detail
-
isFutureTime
public static boolean isFutureTime(long numericDate, int leewaySec)
-
isPastTime
public static boolean isPastTime(long numericDate, int leewaySec)
-
isSupportedValue
public static boolean isSupportedValue(Object value)
-
-