Uses of Interface
com.okta.authn.sdk.client.AuthenticationClientBuilder
-
Packages that use AuthenticationClientBuilder Package Description com.okta.authn.sdk.client com.okta.authn.sdk.impl.client -
-
Uses of AuthenticationClientBuilder in com.okta.authn.sdk.client
Methods in com.okta.authn.sdk.client that return AuthenticationClientBuilder Modifier and Type Method Description static AuthenticationClientBuilderAuthenticationClients. builder()Returns a newAuthenticationClientBuilderinstance, used to constructAuthenticationClientinstances.AuthenticationClientBuilderAuthenticationClientBuilder. setConnectionTimeout(int timeout)Sets both the timeout until a connection is established and the socket timeout (i.e.AuthenticationClientBuilderAuthenticationClientBuilder. setOrgUrl(String baseUrl)Sets the base URL of the Okta REST API to use.AuthenticationClientBuilderAuthenticationClientBuilder. setProxy(com.okta.commons.http.config.Proxy proxy)Sets the HTTP proxy to be used when communicating with the Okta API server.AuthenticationClientBuilderAuthenticationClientBuilder. setRetryMaxAttempts(int maxAttempts)Sets the maximum number of attempts to retrying before giving up.AuthenticationClientBuilderAuthenticationClientBuilder. setRetryMaxElapsed(int maxElapsed)Sets the maximum number of milliseconds to wait when retrying before giving up. -
Uses of AuthenticationClientBuilder in com.okta.authn.sdk.impl.client
Classes in com.okta.authn.sdk.impl.client that implement AuthenticationClientBuilder Modifier and Type Class Description classDefaultAuthenticationClientBuilderThe defaultAuthenticationClientBuilderimplementation.Methods in com.okta.authn.sdk.impl.client that return AuthenticationClientBuilder Modifier and Type Method Description AuthenticationClientBuilderDefaultAuthenticationClientBuilder. setBaseUrlResolver(com.okta.commons.http.config.BaseUrlResolver baseUrlResolver)AuthenticationClientBuilderDefaultAuthenticationClientBuilder. setConnectionTimeout(int timeout)AuthenticationClientBuilderDefaultAuthenticationClientBuilder. setOrgUrl(String baseUrl)AuthenticationClientBuilderDefaultAuthenticationClientBuilder. setProxy(com.okta.commons.http.config.Proxy proxy)AuthenticationClientBuilderDefaultAuthenticationClientBuilder. setRetryMaxAttempts(int maxAttempts)AuthenticationClientBuilderDefaultAuthenticationClientBuilder. setRetryMaxElapsed(int maxElapsed)
-