Normalized claims extracted from a JWT token. More...
Classes | |
| class | Builder |
Public Member Functions | |
| List< String > | audience () |
| String | clientId () |
| Instant | expiresAt () |
| Map< String, Object > | extras () |
| Instant | issuedAt () |
| String | issuer () |
| String | jwtId () |
| Instant | notBefore () |
| List< String > | roles () |
| String | subject () |
| Builder | toBuilder () |
| TokenType | tokenType () |
Static Public Member Functions | |
| static Builder | builder () |
Normalized claims extracted from a JWT token.
Definition at line 38 of file TokenClaims.java.
| List< String > dev.rafex.ether.jwt.TokenClaims.audience | ( | ) |
Definition at line 78 of file TokenClaims.java.
|
static |
Definition at line 66 of file TokenClaims.java.
Referenced by dev.rafex.ether.jwt.internal.ClaimsMapper.fromPayload(), and toBuilder().
| String dev.rafex.ether.jwt.TokenClaims.clientId | ( | ) |
Definition at line 106 of file TokenClaims.java.
| Instant dev.rafex.ether.jwt.TokenClaims.expiresAt | ( | ) |
Definition at line 82 of file TokenClaims.java.
| Map< String, Object > dev.rafex.ether.jwt.TokenClaims.extras | ( | ) |
Definition at line 110 of file TokenClaims.java.
| Instant dev.rafex.ether.jwt.TokenClaims.issuedAt | ( | ) |
Definition at line 86 of file TokenClaims.java.
| String dev.rafex.ether.jwt.TokenClaims.issuer | ( | ) |
Definition at line 74 of file TokenClaims.java.
| String dev.rafex.ether.jwt.TokenClaims.jwtId | ( | ) |
Definition at line 94 of file TokenClaims.java.
| Instant dev.rafex.ether.jwt.TokenClaims.notBefore | ( | ) |
Definition at line 90 of file TokenClaims.java.
| List< String > dev.rafex.ether.jwt.TokenClaims.roles | ( | ) |
Definition at line 98 of file TokenClaims.java.
| String dev.rafex.ether.jwt.TokenClaims.subject | ( | ) |
Definition at line 70 of file TokenClaims.java.
| Builder dev.rafex.ether.jwt.TokenClaims.toBuilder | ( | ) |
Definition at line 114 of file TokenClaims.java.
References builder().
| TokenType dev.rafex.ether.jwt.TokenClaims.tokenType | ( | ) |
Definition at line 102 of file TokenClaims.java.