| Package | Description |
|---|---|
| io.jsonwebtoken | |
| io.jsonwebtoken.impl |
| Modifier and Type | Method and Description |
|---|---|
JwtParser |
JwtParser.setClock(Clock clock)
Sets the
Clock that determines the timestamp to use when validating the parsed JWT. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClock
Default
Clock implementation. |
class |
FixedClock
A
Clock implementation that is constructed with a seed timestamp and always reports that same
timestamp. |
| Modifier and Type | Field and Description |
|---|---|
static Clock |
DefaultClock.INSTANCE
Default static instance that may be shared.
|
| Modifier and Type | Method and Description |
|---|---|
JwtParser |
DefaultJwtParser.setClock(Clock clock) |
Copyright © 2018. All rights reserved.