Package | Description |
---|---|
io.jsonwebtoken | |
io.jsonwebtoken.lang | |
io.jsonwebtoken.security |
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionMutator<E,M extends CollectionMutator<E,M>>
Mutation (modifications) to a
Collection instance while also supporting method chaining. |
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
KeyOperationPolicyBuilder
A
KeyOperationPolicyBuilder produces a KeyOperationPolicy that determines
which KeyOperation s may be assigned to a JWK. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.