| Modifier and Type | Class and Description |
|---|---|
static class |
JwtIssuerJku.Builder |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
audience()
The recipient(s) for this token.
|
static JwtIssuerJku.Builder |
builder() |
ConstrainedVerificationKeyResolver |
keyResolver(Collection<Constraint> constraints,
SecurityContext context)
Returns Signature Verification Key identified by
HeaderParameterNames.JWK_SET_URL |
String |
name()
JsonWebSignature Issuer name. |
createConsumerpublic String name()
JsonWebSignature Issuer name.
This should be the URL of the Authorization Server though there may be some cases where its not.
RFC7519public Set<String> audience()
public ConstrainedVerificationKeyResolver keyResolver(Collection<Constraint> constraints, SecurityContext context)
HeaderParameterNames.JWK_SET_URLkeyResolver in class JwtIssuerconstraints - Collection of Constraint to be enforced.ConstrainedVerificationKeyResolverpublic static JwtIssuerJku.Builder builder()