| Package | Description |
|---|---|
| com.databricks.sdk.service.sharing |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationType |
ProviderInfo.getAuthenticationType() |
AuthenticationType |
RecipientInfo.getAuthenticationType() |
AuthenticationType |
CreateRecipient.getAuthenticationType() |
AuthenticationType |
CreateProvider.getAuthenticationType() |
static AuthenticationType |
AuthenticationType.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.
|
| Modifier and Type | Method and Description |
|---|---|
RecipientInfo |
RecipientsAPI.create(String name,
AuthenticationType authenticationType) |
ProviderInfo |
ProvidersAPI.create(String name,
AuthenticationType authenticationType) |
ProviderInfo |
ProviderInfo.setAuthenticationType(AuthenticationType authenticationType) |
RecipientInfo |
RecipientInfo.setAuthenticationType(AuthenticationType authenticationType) |
CreateRecipient |
CreateRecipient.setAuthenticationType(AuthenticationType authenticationType) |
CreateProvider |
CreateProvider.setAuthenticationType(AuthenticationType authenticationType) |
Copyright © 2024. All rights reserved.