| Package | Description |
|---|---|
| com.okta.sdk.resource.model |
| Modifier and Type | Method and Description |
|---|---|
static ProvisioningConnectionAuthScheme |
ProvisioningConnectionAuthScheme.fromValue(String value) |
ProvisioningConnectionAuthScheme |
ProvisioningConnection.getAuthScheme()
Get authScheme
|
static ProvisioningConnectionAuthScheme |
ProvisioningConnectionAuthScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisioningConnectionAuthScheme[] |
ProvisioningConnectionAuthScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProvisioningConnection |
ProvisioningConnection.authScheme(ProvisioningConnectionAuthScheme authScheme) |
void |
ProvisioningConnection.setAuthScheme(ProvisioningConnectionAuthScheme authScheme) |
Copyright © 2017–2023 Okta. All rights reserved.