Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.jwt.TokenClaims Class Reference

Normalized claims extracted from a JWT token. More...

Collaboration diagram for dev.rafex.ether.jwt.TokenClaims:

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 ()

Detailed Description

Normalized claims extracted from a JWT token.

Definition at line 38 of file TokenClaims.java.

Member Function Documentation

◆ audience()

List< String > dev.rafex.ether.jwt.TokenClaims.audience ( )

Definition at line 78 of file TokenClaims.java.

◆ builder()

Builder dev.rafex.ether.jwt.TokenClaims.builder ( )
static

Definition at line 66 of file TokenClaims.java.

Referenced by dev.rafex.ether.jwt.internal.ClaimsMapper.fromPayload(), and toBuilder().

Here is the caller graph for this function:

◆ clientId()

String dev.rafex.ether.jwt.TokenClaims.clientId ( )

Definition at line 106 of file TokenClaims.java.

◆ expiresAt()

Instant dev.rafex.ether.jwt.TokenClaims.expiresAt ( )

Definition at line 82 of file TokenClaims.java.

◆ extras()

Map< String, Object > dev.rafex.ether.jwt.TokenClaims.extras ( )

Definition at line 110 of file TokenClaims.java.

◆ issuedAt()

Instant dev.rafex.ether.jwt.TokenClaims.issuedAt ( )

Definition at line 86 of file TokenClaims.java.

◆ issuer()

String dev.rafex.ether.jwt.TokenClaims.issuer ( )

Definition at line 74 of file TokenClaims.java.

◆ jwtId()

String dev.rafex.ether.jwt.TokenClaims.jwtId ( )

Definition at line 94 of file TokenClaims.java.

◆ notBefore()

Instant dev.rafex.ether.jwt.TokenClaims.notBefore ( )

Definition at line 90 of file TokenClaims.java.

◆ roles()

List< String > dev.rafex.ether.jwt.TokenClaims.roles ( )

Definition at line 98 of file TokenClaims.java.

◆ subject()

String dev.rafex.ether.jwt.TokenClaims.subject ( )

Definition at line 70 of file TokenClaims.java.

◆ toBuilder()

Builder dev.rafex.ether.jwt.TokenClaims.toBuilder ( )

Definition at line 114 of file TokenClaims.java.

References builder().

Here is the call graph for this function:

◆ tokenType()

TokenType dev.rafex.ether.jwt.TokenClaims.tokenType ( )

Definition at line 102 of file TokenClaims.java.


The documentation for this class was generated from the following file: