Uses of Interface
com.auth0.jwt.interfaces.Claim
-
Packages that use Claim Package Description com.auth0.jwt.impl com.auth0.jwt.interfaces -
-
Uses of Claim in com.auth0.jwt.impl
Classes in com.auth0.jwt.impl that implement Claim Modifier and Type Class Description class
NullClaim
TheNullClaim
class is a Claim implementation that returns null when any of it's methods it's called. -
Uses of Claim in com.auth0.jwt.interfaces
Methods in com.auth0.jwt.interfaces that return Claim Modifier and Type Method Description Claim
Payload. getClaim(String name)
Get a Claim given it's name.Claim
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 Modifier and Type Method Description Map<String,Claim>
Payload. getClaims()
Get the Claims defined in the Token.
-