Uses of Class
com.bastiaanjansen.jwt.JWT
-
Packages that use JWT Package Description com.bastiaanjansen.jwt -
-
Uses of JWT in com.bastiaanjansen.jwt
Methods in com.bastiaanjansen.jwt that return JWT Modifier and Type Method Description JWTJWT.Builder. build()Create a new JWT instancestatic JWTJWT. fromRawJWT(Algorithm algorithm, String jwt)Create a new JWT instance based on a raw JWTMethods in com.bastiaanjansen.jwt with parameters of type JWT Modifier and Type Method Description voidDefaultJWTValidator. validate(JWT jwt)voidJWTValidator. validate(JWT jwt)
-