JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
F
G
J
P
T
C
com.ufoscout.coreutils.jwt.kotlin
- package com.ufoscout.coreutils.jwt.kotlin
CoreJsonProvider
- Class in
com.ufoscout.coreutils.jwt.kotlin
CoreJsonProvider(jjService)
- Constructor for class com.ufoscout.coreutils.jwt.kotlin.
CoreJsonProvider
F
fromJson(payloadClass, json)
- Method in class com.ufoscout.coreutils.jwt.kotlin.
CoreJsonProvider
G
generate(payload)
- Method in class com.ufoscout.coreutils.jwt.kotlin.
JwtService
Generates a JWT from the payload
generate(subject, payload)
- Method in class com.ufoscout.coreutils.jwt.kotlin.
JwtService
Generates a JWT from the payload
generate(subject, payload, createdDate, expirationDate)
- Method in class com.ufoscout.coreutils.jwt.kotlin.
JwtService
Generates a JWT from the payload
getJwtService()
- Method in class com.ufoscout.coreutils.jwt.kotlin.
JwtService
J
JwtService
- Class in
com.ufoscout.coreutils.jwt.kotlin
Interface to parse and generate JWTs
JwtService(jwtService)
- Constructor for class com.ufoscout.coreutils.jwt.kotlin.
JwtService
Interface to parse and generate JWTs
P
parse(jwt, payloadClass)
- Method in class com.ufoscout.coreutils.jwt.kotlin.
JwtService
Parses a JWT and return the contained bean. It throws TokenExpiredException if the token has expired.
T
toJson(payload)
- Method in class com.ufoscout.coreutils.jwt.kotlin.
CoreJsonProvider
C
F
G
J
P
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes