Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static RemoteJsonWebKeySet.Builder |
RemoteJsonWebKeySet.builder()
Create a new builder.
|
RemoteJsonWebKeySet.Builder |
RemoteJsonWebKeySet.Builder.copy(RemoteJsonWebKeySet model) |
RemoteJsonWebKeySet.Builder |
RemoteJsonWebKeySet.Builder.isSslVerifyDisabled(Boolean isSslVerifyDisabled)
Defines whether or not to uphold SSL verification.
|
RemoteJsonWebKeySet.Builder |
RemoteJsonWebKeySet.Builder.maxCacheDurationInHours(Integer maxCacheDurationInHours)
The duration for which the JWKS should be cached before it is fetched again.
|
RemoteJsonWebKeySet.Builder |
RemoteJsonWebKeySet.toBuilder() |
RemoteJsonWebKeySet.Builder |
RemoteJsonWebKeySet.Builder.uri(String uri)
The uri from which to retrieve the key.
|
Copyright © 2016–2024. All rights reserved.