Uses of Interface
com.auth0.jwt.interfaces.Claim
Packages that use Claim
-
Uses of Claim in com.auth0.jwt
Methods in com.auth0.jwt that return ClaimMethods in com.auth0.jwt that return types with arguments of type ClaimMethods in com.auth0.jwt with parameters of type ClaimModifier and TypeMethodDescriptionprivate void
JWTVerifier.assertValidClaim
(Claim claim, String claimName, Object value) -
Uses of Claim in com.auth0.jwt.impl
Classes in com.auth0.jwt.impl that implement ClaimModifier and TypeClassDescription(package private) class
The JsonNodeClaim retrieves a claim value from a JsonNode object.class
TheNullClaim
class is a Claim implementation that returns null when any of it's methods it's called.Methods in com.auth0.jwt.impl that return ClaimModifier and TypeMethodDescription(package private) static Claim
JsonNodeClaim.claimFromNode
(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.ObjectReader objectReader) Helper method to create a Claim representation from the given JsonNode.(package private) static Claim
JsonNodeClaim.extractClaim
(String claimName, Map<String, com.fasterxml.jackson.databind.JsonNode> tree, com.fasterxml.jackson.databind.ObjectReader objectReader) Helper method to extract a Claim from the given JsonNode tree.BasicHeader.getHeaderClaim
(String name) Methods in com.auth0.jwt.impl that return types with arguments of type Claim -
Uses of Claim in com.auth0.jwt.interfaces
Methods in com.auth0.jwt.interfaces that return ClaimModifier and TypeMethodDescriptionGet a Claim given it's name.Header.getHeaderClaim
(String name) Get a Private Claim given it's name.Methods in com.auth0.jwt.interfaces that return types with arguments of type Claim