Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.jwt.internal.ClaimsMapper Class Reference
Collaboration diagram for dev.rafex.ether.jwt.internal.ClaimsMapper:

Static Public Member Functions

static TokenClaims fromPayload (final JsonNode payload)
static String tokenTypeRaw (final JsonNode payload)
static ObjectNode toPayload (final TokenClaims claims)

Detailed Description

Definition at line 43 of file ClaimsMapper.java.

Member Function Documentation

◆ fromPayload()

TokenClaims dev.rafex.ether.jwt.internal.ClaimsMapper.fromPayload ( final JsonNode payload)
static

Definition at line 73 of file ClaimsMapper.java.

References dev.rafex.ether.jwt.TokenClaims.builder(), dev.rafex.ether.jwt.TokenType.fromClaimValue(), and tokenTypeRaw().

Referenced by dev.rafex.ether.jwt.DefaultTokenVerifier.verify().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ tokenTypeRaw()

String dev.rafex.ether.jwt.internal.ClaimsMapper.tokenTypeRaw ( final JsonNode payload)
static

Definition at line 95 of file ClaimsMapper.java.

Referenced by fromPayload(), and dev.rafex.ether.jwt.DefaultTokenVerifier.verify().

Here is the caller graph for this function:

◆ toPayload()

ObjectNode dev.rafex.ether.jwt.internal.ClaimsMapper.toPayload ( final TokenClaims claims)
static

Definition at line 50 of file ClaimsMapper.java.

Referenced by dev.rafex.ether.jwt.DefaultTokenIssuer.issue().

Here is the caller graph for this function:

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