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
Fields in org.jose4j.jwt.consumer declared as JwtClaimsMethods in org.jose4j.jwt.consumer that return JwtClaimsModifier and TypeMethodDescriptionJwtContext.getJwtClaims()Gets the claims from the processed JWT (when available) .JwtConsumer.processToClaims(String jwt) Methods in org.jose4j.jwt.consumer with parameters of type JwtClaimsModifier and TypeMethodDescription(package private) voidJwtContext.setJwtClaims(JwtClaims jwtClaims) Constructors in org.jose4j.jwt.consumer with parameters of type JwtClaimsModifierConstructorDescriptionJwtContext(String jwt, JwtClaims jwtClaims, List<JsonWebStructure> joseObjects) JwtContext(JwtClaims jwtClaims, List<JsonWebStructure> joseObjects)