public interface RemoteJwksOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getCacheDuration()
Duration after which the cached JWKS should be expired.
|
com.google.protobuf.DurationOrBuilder |
getCacheDurationOrBuilder()
Duration after which the cached JWKS should be expired.
|
HttpUri |
getHttpUri()
The HTTP URI to fetch the JWKS.
|
HttpUriOrBuilder |
getHttpUriOrBuilder()
The HTTP URI to fetch the JWKS.
|
boolean |
hasCacheDuration()
Duration after which the cached JWKS should be expired.
|
boolean |
hasHttpUri()
The HTTP URI to fetch the JWKS.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHttpUri()
The HTTP URI to fetch the JWKS. For example:
.. code-block:: yaml
http_uri:
uri: https://www.googleapis.com/oauth2/v1/certs
cluster: jwt.www.googleapis.com|443
timeout: 1s
.envoy.config.core.v4alpha.HttpUri http_uri = 1;HttpUri getHttpUri()
The HTTP URI to fetch the JWKS. For example:
.. code-block:: yaml
http_uri:
uri: https://www.googleapis.com/oauth2/v1/certs
cluster: jwt.www.googleapis.com|443
timeout: 1s
.envoy.config.core.v4alpha.HttpUri http_uri = 1;HttpUriOrBuilder getHttpUriOrBuilder()
The HTTP URI to fetch the JWKS. For example:
.. code-block:: yaml
http_uri:
uri: https://www.googleapis.com/oauth2/v1/certs
cluster: jwt.www.googleapis.com|443
timeout: 1s
.envoy.config.core.v4alpha.HttpUri http_uri = 1;boolean hasCacheDuration()
Duration after which the cached JWKS should be expired. If not specified, default cache duration is 5 minutes.
.google.protobuf.Duration cache_duration = 2;com.google.protobuf.Duration getCacheDuration()
Duration after which the cached JWKS should be expired. If not specified, default cache duration is 5 minutes.
.google.protobuf.Duration cache_duration = 2;com.google.protobuf.DurationOrBuilder getCacheDurationOrBuilder()
Duration after which the cached JWKS should be expired. If not specified, default cache duration is 5 minutes.
.google.protobuf.Duration cache_duration = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.