public interface JwtClaims
| Modifier and Type | Interface and Description |
|---|---|
static class |
JwtClaims.RegisteredClaim
The registered claims of a JWT claims payload as per JWT spec.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAudience() |
Instant |
getExpiry() |
Instant |
getIssuedAt() |
String |
getIssuer() |
javax.json.JsonObject |
getJson() |
String |
getJwtId() |
Optional<Instant> |
getNotBefore() |
Optional<String> |
getSubject() |
String getIssuer()
Optional<String> getSubject()
Set<String> getAudience()
Instant getExpiry()
Optional<Instant> getNotBefore()
Instant getIssuedAt()
String getJwtId()
javax.json.JsonObject getJson()
Copyright © 2017 Atlassian. All rights reserved.