Uses of Class
com.databricks.sdk.service.sharing.AuthenticationType
-
Packages that use AuthenticationType Package Description com.databricks.sdk.service.sharing -
-
Uses of AuthenticationType in com.databricks.sdk.service.sharing
Methods in com.databricks.sdk.service.sharing that return AuthenticationType Modifier and Type Method Description AuthenticationTypeCreateProvider. getAuthenticationType()AuthenticationTypeCreateRecipient. getAuthenticationType()AuthenticationTypeProviderInfo. getAuthenticationType()AuthenticationTypeRecipientInfo. getAuthenticationType()static AuthenticationTypeAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.sharing with parameters of type AuthenticationType Modifier and Type Method Description ProviderInfoProvidersAPI. create(String name, AuthenticationType authenticationType)RecipientInfoRecipientsAPI. create(String name, AuthenticationType authenticationType)CreateProviderCreateProvider. setAuthenticationType(AuthenticationType authenticationType)CreateRecipientCreateRecipient. setAuthenticationType(AuthenticationType authenticationType)ProviderInfoProviderInfo. setAuthenticationType(AuthenticationType authenticationType)RecipientInfoRecipientInfo. setAuthenticationType(AuthenticationType authenticationType)
-