Uses of Class
org.jose4j.jwt.JwtClaims
Packages that use JwtClaims
-
Uses of JwtClaims in org.jose4j.jwt
Methods in org.jose4j.jwt that return JwtClaims -
Uses of JwtClaims in org.jose4j.jwt.consumer
Methods in org.jose4j.jwt.consumer that return JwtClaimsModifier and TypeMethodDescriptionJwtContext.getJwtClaims()Gets the claims from the processed JWT (when available) .JwtConsumer.processToClaims(String jwt) Constructors in org.jose4j.jwt.consumer with parameters of type JwtClaimsModifierConstructorDescriptionJwtContext(String jwt, JwtClaims jwtClaims, List<JsonWebStructure> joseObjects) JwtContext(JwtClaims jwtClaims, List<JsonWebStructure> joseObjects)