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

Packages

package  enums
package  impl
package  internal

Classes

class  DefaultTokenIssuer
 Default implementation of TokenIssuer. More...
class  DefaultTokenVerifier
 Default implementation of TokenVerifier. More...
interface  JWebToken
 Legacy JWT contract. More...
enum  JwtAlgorithm
 Supported JWT signature algorithms. More...
class  JwtConfig
 Configures JWT signing and verification behavior. More...
interface  KeyProvider
 Provides cryptographic material used to sign and verify JWT tokens. More...
class  TokenClaims
 Normalized claims extracted from a JWT token. More...
interface  TokenIssuer
 API for issuing JWT tokens. More...
class  TokenSpec
 Specification used by TokenIssuer to issue JWT tokens. More...
enum  TokenType
 Supported business token types. More...
interface  TokenVerifier
 API for verifying JWT tokens. More...
enum  VerificationCode
 Stable verification error/success codes. More...
class  VerificationResult
 Result returned by token verification. More...