Modifier and Type | Method and Description |
---|---|
Set<String> |
audience()
The recipient(s) for this token.
|
static io.confluent.security.authentication.oauthbearer.JwtIssuerStatic.Builder |
builder() |
ConstrainedVerificationKeyResolver |
keyResolver(Collection<Constraint> constraints)
Returns Signature Verification Key identified by
HeaderParameterNames.JWK_SET_URL |
String |
name()
JsonWebSignature Issuer name. |
createConsumer
public 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)
HeaderParameterNames.JWK_SET_URL
keyResolver
in class JwtIssuer
constraints
- Collection of Constraint
to be enforced.ConstrainedVerificationKeyResolver
public static io.confluent.security.authentication.oauthbearer.JwtIssuerStatic.Builder builder()