Class JwtIssuerJku.Builder
java.lang.Object
io.confluent.security.authentication.oauthbearer.JwtIssuerJku.Builder
- Enclosing class:
JwtIssuerJku
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Construct newJwtIssuerJkuinstance.domainWhitelist(List<String> domainWhitelist) SetJkuDomainWhitelistdomain whitelist.retainCacheOnErrorDuration(long retainCacheOnErrorDuration)
-
Method Details
-
name
-
audience
-
domainWhitelist
SetJkuDomainWhitelistdomain whitelist. It should be subdomains or full host namedomainWhitelist: - ".gcp.priv.cpdev.cloud" - "devel.cpdev.cloud"- Returns:
JwtIssuerJku.Builder
-
retainCacheOnErrorDuration
- Parameters:
retainCacheOnErrorDuration- : the length in seconds to keep using the cache when an error occurs before making the request to the JWKS URI or parsing the response. More detailsHttpsJwks.setRetainCacheOnErrorDuration(long)
-
build
-