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 AuthorizationModeAuthorizationMode. get(AuthenticationScheme authenticationScheme)static AuthorizationModeAuthorizationMode. getAuthorizationMode(java.lang.String label)static AuthorizationModeAuthorizationMode. 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 ClientBuilderClientBuilder. setAuthorizationMode(AuthorizationMode authorizationMode)Overrides the default (very secure) Okta SSWS Digest Authentication Scheme used to authenticate every request sent to the Okta API server.
-