Uses of Interface
com.bastiaanjansen.jwt.JWTValidator
| Package | Description |
|---|---|
| com.bastiaanjansen.jwt |
-
Uses of JWTValidator in com.bastiaanjansen.jwt
Classes in com.bastiaanjansen.jwt that implement JWTValidator Modifier and Type Class Description classDefaultJWTValidatorDefault implementation of a JWT verifier.Methods in com.bastiaanjansen.jwt with parameters of type JWTValidator Modifier and Type Method Description voidJWT. validate(JWTValidator validator)Checks whether the JWT is valid or not with a custom validator