Uses of Enum
com.okta.sdk.client.AuthorizationMode
Packages that use AuthorizationMode
-
Uses of AuthorizationMode in com.okta.sdk.client
Methods in com.okta.sdk.client that return AuthorizationModeModifier and TypeMethodDescriptionstatic AuthorizationModeAuthorizationMode.get(AuthenticationScheme authenticationScheme) static AuthorizationModeAuthorizationMode.getAuthorizationMode(String label) static AuthorizationModeReturns 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 AuthorizationModeModifier and TypeMethodDescriptionClientBuilder.setAuthorizationMode(AuthorizationMode authorizationMode) Overrides the default (very secure) Okta SSWS Digest Authentication Scheme used to authenticate every request sent to the Okta API server. -
Uses of AuthorizationMode in com.okta.sdk.impl.client
Methods in com.okta.sdk.impl.client with parameters of type AuthorizationModeModifier and TypeMethodDescriptionDefaultClientBuilder.setAuthorizationMode(AuthorizationMode authorizationMode) -
Uses of AuthorizationMode in com.okta.sdk.impl.config
Methods in com.okta.sdk.impl.config that return AuthorizationModeMethods in com.okta.sdk.impl.config with parameters of type AuthorizationModeModifier and TypeMethodDescriptionvoidClientConfiguration.setAuthorizationMode(AuthorizationMode authorizationMode)