Uses of Class
com.okta.sdk.client.AuthorizationMode
-
Packages that use AuthorizationMode Package Description com.okta.sdk.client -
-
Uses of AuthorizationMode in com.okta.sdk.client
Methods in com.okta.sdk.client that return AuthorizationMode Modifier and Type Method Description static AuthorizationMode
AuthorizationMode. get(AuthenticationScheme authenticationScheme)
static AuthorizationMode
AuthorizationMode. getAuthorizationMode(java.lang.String label)
static AuthorizationMode
AuthorizationMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthorizationMode[]
AuthorizationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.client with parameters of type AuthorizationMode Modifier and Type Method Description ClientBuilder
ClientBuilder. setAuthorizationMode(AuthorizationMode authorizationMode)
Overrides the default (very secure) Okta SSWS Digest Authentication Scheme used to authenticate every request sent to the Okta API server.
-