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.
|