-
Sets the
CacheManager
that should be used to cache Okta REST resources, reducing round-trips to the
Okta API server and enhancing application performance.
Allows specifying an
ApiKey
instance directly instead of relying on the
default location + override/fallback behavior defined in the
documentation above
.
Allows specifying the client ID instead of relying on the default location + override/fallback behavior defined
in the
documentation above
.
Sets both the timeout until a connection is established and the socket timeout (i.e.
Allows specifying the Key ID (kid) instead of relying on the YAML config.
Allows specifying the user obtained OAuth2 access token to be used by the SDK.
Sets the base URL of the Okta REST API to use.
Allows specifying the private key (PEM file) path (for private key jwt authentication) directly instead
of relying on the default location + override/fallback behavior defined
in the
documentation above
.
Allows specifying the private key (PEM file) path (for private key jwt authentication) directly instead
of relying on the default location + override/fallback behavior defined
in the
documentation above
.
Allows specifying the private key (PEM file) path (for private key jwt authentication) directly instead
of relying on the default location + override/fallback behavior defined
in the
documentation above
.
Allows specifying the private key (PEM file) path (for private key jwt authentication) directly instead
of relying on the default location + override/fallback behavior defined
in the
documentation above
.
ClientBuilder.setProxy(com.okta.commons.http.config.Proxy proxy)
Sets the HTTP proxy to be used when communicating with the Okta API server.
Sets the maximum number of attempts to retrying before giving up.
Sets the maximum number of seconds to wait when retrying before giving up.
Allows specifying a list of scopes directly instead of relying on the
default location + override/fallback behavior defined in the
documentation above
.
-
DefaultClientBuilder.setProxy(com.okta.commons.http.config.Proxy proxy)