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 ProvisioningConnectionAuthSchemeProvisioningConnection. getAuthScheme()ProvisioningConnectionAuthSchemeProvisioningConnectionProfile. getAuthScheme()static ProvisioningConnectionAuthSchemeProvisioningConnectionAuthScheme. 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 ProvisioningConnectionProvisioningConnection. setAuthScheme(ProvisioningConnectionAuthScheme authScheme)ProvisioningConnectionProfileProvisioningConnectionProfile. setAuthScheme(ProvisioningConnectionAuthScheme authScheme)
-