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 37 of file TokenClaims.java.
| List< String > dev.rafex.ether.jwt.TokenClaims.audience | ( | ) |
Definition at line 77 of file TokenClaims.java.
|
static |
Definition at line 65 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 105 of file TokenClaims.java.
| Instant dev.rafex.ether.jwt.TokenClaims.expiresAt | ( | ) |
Definition at line 81 of file TokenClaims.java.
| Map< String, Object > dev.rafex.ether.jwt.TokenClaims.extras | ( | ) |
Definition at line 109 of file TokenClaims.java.
| Instant dev.rafex.ether.jwt.TokenClaims.issuedAt | ( | ) |
Definition at line 85 of file TokenClaims.java.
| String dev.rafex.ether.jwt.TokenClaims.issuer | ( | ) |
Definition at line 73 of file TokenClaims.java.
| String dev.rafex.ether.jwt.TokenClaims.jwtId | ( | ) |
Definition at line 93 of file TokenClaims.java.
| Instant dev.rafex.ether.jwt.TokenClaims.notBefore | ( | ) |
Definition at line 89 of file TokenClaims.java.
| List< String > dev.rafex.ether.jwt.TokenClaims.roles | ( | ) |
Definition at line 97 of file TokenClaims.java.
| String dev.rafex.ether.jwt.TokenClaims.subject | ( | ) |
Definition at line 69 of file TokenClaims.java.
| Builder dev.rafex.ether.jwt.TokenClaims.toBuilder | ( | ) |
Definition at line 113 of file TokenClaims.java.
References builder().
| TokenType dev.rafex.ether.jwt.TokenClaims.tokenType | ( | ) |
Definition at line 101 of file TokenClaims.java.