Uses of Class
org.entur.jwt.verifier.JwtClaimException
-
Packages that use JwtClaimException Package Description org.entur.jwt.verifier -
-
Uses of JwtClaimException in org.entur.jwt.verifier
Methods in org.entur.jwt.verifier that throw JwtClaimException Modifier and Type Method Description <V> VJwtClaimExtractor. getClaim(T token, java.lang.String name, java.lang.Class<V> type)java.util.Map<java.lang.String,java.lang.Object>JwtClaimExtractor. getClaims(T token)Extract claimsprotected voidJwtClaimVerifier. verifyClaimTypes(T token)protected voidJwtClaimVerifier. verifyClaimValues(T token)
-