| Package | Description |
|---|---|
| org.rootservices.jwt | |
| org.rootservices.jwt.entity.jwt | |
| org.rootservices.jwt.factory | |
| org.rootservices.jwt.serializer |
| Modifier and Type | Method and Description |
|---|---|
String |
UnSecureJwtEncoder.encode(Claims claims) |
String |
SecureJwtEncoder.encode(Claims claims) |
| Modifier and Type | Method and Description |
|---|---|
Claims |
JsonWebToken.getClaims() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonWebToken.setClaims(Claims claims) |
| Constructor and Description |
|---|
JsonWebToken(Header header,
Claims claims) |
JsonWebToken(Header header,
Claims claims,
Optional<String> jwt) |
| Modifier and Type | Method and Description |
|---|---|
JsonWebToken |
UnSecureJwtFactory.makeJwt(Claims claimNames) |
JsonWebToken |
SecureJwtFactory.makeJwt(Claims claimNames) |
| Modifier and Type | Method and Description |
|---|---|
String |
JWTSerializer.makeSignInput(Header header,
Claims claims) |
Copyright © 2017. All rights reserved.