Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.config |
Modifier and Type | Method and Description |
---|---|
static AuthorizationMode |
AuthorizationMode.get(AuthenticationScheme authenticationScheme) |
static AuthorizationMode |
AuthorizationMode.getAuthorizationMode(String label) |
static AuthorizationMode |
AuthorizationMode.valueOf(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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ClientBuilder |
DefaultClientBuilder.setAuthorizationMode(AuthorizationMode authorizationMode) |
Modifier and Type | Method and Description |
---|---|
AuthorizationMode |
ClientConfiguration.getAuthorizationMode() |
Modifier and Type | Method and Description |
---|---|
void |
ClientConfiguration.setAuthorizationMode(AuthorizationMode authorizationMode) |
Copyright © 2017–2023 Okta. All rights reserved.