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

Classes

class  ParsedJwt

Static Public Member Functions

static String decode (final String value)
static String encodeHeader (final String alg)
static String encodeJson (final JsonNode node)
static ParsedJwt parse (final String token)
static JsonNode readJson (final String json)

Detailed Description

Definition at line 36 of file JwtCodec.java.

Member Function Documentation

◆ decode()

String dev.rafex.ether.jwt.internal.JwtCodec.decode ( final String value)
static

Definition at line 68 of file JwtCodec.java.

Referenced by parse().

Here is the caller graph for this function:

◆ encodeHeader()

String dev.rafex.ether.jwt.internal.JwtCodec.encodeHeader ( final String alg)
static

Definition at line 61 of file JwtCodec.java.

References encodeJson().

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

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

◆ encodeJson()

String dev.rafex.ether.jwt.internal.JwtCodec.encodeJson ( final JsonNode node)
static

Definition at line 57 of file JwtCodec.java.

Referenced by encodeHeader(), and dev.rafex.ether.jwt.DefaultTokenIssuer.issue().

Here is the caller graph for this function:

◆ parse()

ParsedJwt dev.rafex.ether.jwt.internal.JwtCodec.parse ( final String token)
static

Definition at line 43 of file JwtCodec.java.

References decode(), and readJson().

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

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

◆ readJson()

JsonNode dev.rafex.ether.jwt.internal.JwtCodec.readJson ( final String json)
static

Definition at line 72 of file JwtCodec.java.

Referenced by parse().

Here is the caller graph for this function:

The documentation for this class was generated from the following file:
  • ether-jwt/ether-jwt/src/main/java/dev/rafex/ether/jwt/internal/JwtCodec.java