Uses of Class
com.okta.sdk.resource.ProvisioningConnectionAuthScheme
-
Packages that use ProvisioningConnectionAuthScheme Package Description com.okta.sdk.resource -
-
Uses of ProvisioningConnectionAuthScheme in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return ProvisioningConnectionAuthScheme Modifier and Type Method Description ProvisioningConnectionAuthScheme
ProvisioningConnection. getAuthScheme()
ProvisioningConnectionAuthScheme
ProvisioningConnectionProfile. getAuthScheme()
static ProvisioningConnectionAuthScheme
ProvisioningConnectionAuthScheme. valueOf(java.lang.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.Methods in com.okta.sdk.resource with parameters of type ProvisioningConnectionAuthScheme Modifier and Type Method Description ProvisioningConnection
ProvisioningConnection. setAuthScheme(ProvisioningConnectionAuthScheme authScheme)
ProvisioningConnectionProfile
ProvisioningConnectionProfile. setAuthScheme(ProvisioningConnectionAuthScheme authScheme)
-