Package | Description |
---|---|
io.jsonwebtoken | |
io.jsonwebtoken.lang |
Modifier and Type | Interface and Description |
---|---|
static interface |
ClaimsMutator.AudienceCollection<P>
A
NestedCollection for setting ClaimsMutator.audience() values that also allows overriding the collection
to be a single string value for legacy JWT recipients if necessary. |
static interface |
JwtBuilder.BuilderClaims
Claims for use with a
JwtBuilder that supports method chaining for standard JWT Claims parameters. |
static interface |
JwtBuilder.BuilderHeader
Header for use with a
JwtBuilder that supports method chaining for
standard JWT, JWS and JWE header parameters. |
Modifier and Type | Interface and Description |
---|---|
interface |
NestedCollection<E,P>
A
CollectionMutator that can return access to its parent via the and() method for
continued configuration. |
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.