Uses of Class
com.oracle.bmc.goldengate.model.AzureDataLakeStorageConnection.AuthenticationType
-
Packages that use AzureDataLakeStorageConnection.AuthenticationType Package Description com.oracle.bmc.goldengate.model -
-
Uses of AzureDataLakeStorageConnection.AuthenticationType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return AzureDataLakeStorageConnection.AuthenticationType Modifier and Type Method Description static AzureDataLakeStorageConnection.AuthenticationType
AzureDataLakeStorageConnection.AuthenticationType. create(String key)
AzureDataLakeStorageConnection.AuthenticationType
AzureDataLakeStorageConnection. getAuthenticationType()
Used authentication mechanism to access Azure Data Lake Storage.AzureDataLakeStorageConnection.AuthenticationType
AzureDataLakeStorageConnectionSummary. getAuthenticationType()
Used authentication mechanism to access Azure Data Lake Storage.AzureDataLakeStorageConnection.AuthenticationType
CreateAzureDataLakeStorageConnectionDetails. getAuthenticationType()
Used authentication mechanism to access Azure Data Lake Storage.AzureDataLakeStorageConnection.AuthenticationType
UpdateAzureDataLakeStorageConnectionDetails. getAuthenticationType()
Used authentication mechanism to access Azure Data Lake Storage.static AzureDataLakeStorageConnection.AuthenticationType
AzureDataLakeStorageConnection.AuthenticationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AzureDataLakeStorageConnection.AuthenticationType[]
AzureDataLakeStorageConnection.AuthenticationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type AzureDataLakeStorageConnection.AuthenticationType Modifier and Type Method Description AzureDataLakeStorageConnection.Builder
AzureDataLakeStorageConnection.Builder. authenticationType(AzureDataLakeStorageConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Azure Data Lake Storage.AzureDataLakeStorageConnectionSummary.Builder
AzureDataLakeStorageConnectionSummary.Builder. authenticationType(AzureDataLakeStorageConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Azure Data Lake Storage.CreateAzureDataLakeStorageConnectionDetails.Builder
CreateAzureDataLakeStorageConnectionDetails.Builder. authenticationType(AzureDataLakeStorageConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Azure Data Lake Storage.UpdateAzureDataLakeStorageConnectionDetails.Builder
UpdateAzureDataLakeStorageConnectionDetails.Builder. authenticationType(AzureDataLakeStorageConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Azure Data Lake Storage.Constructors in com.oracle.bmc.goldengate.model with parameters of type AzureDataLakeStorageConnection.AuthenticationType Constructor Description AzureDataLakeStorageConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, AzureDataLakeStorageConnection.TechnologyType technologyType, AzureDataLakeStorageConnection.AuthenticationType authenticationType, String accountName, String azureTenantId, String clientId, String endpoint, String accountKeySecretId, String sasTokenSecretId, String clientSecretSecretId, String azureAuthorityHost)
Deprecated.AzureDataLakeStorageConnectionSummary(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, List<ResourceLock> locks, Boolean doesUseSecretIds, AzureDataLakeStorageConnection.TechnologyType technologyType, AzureDataLakeStorageConnection.AuthenticationType authenticationType, String accountName, String azureTenantId, String clientId, String endpoint, String accountKeySecretId, String sasTokenSecretId, String clientSecretSecretId, String azureAuthorityHost)
Deprecated.CreateAzureDataLakeStorageConnectionDetails(String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddResourceLockDetails> locks, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, AzureDataLakeStorageConnection.TechnologyType technologyType, AzureDataLakeStorageConnection.AuthenticationType authenticationType, String accountName, String accountKey, String accountKeySecretId, String sasToken, String sasTokenSecretId, String azureTenantId, String clientId, String clientSecret, String clientSecretSecretId, String endpoint, String azureAuthorityHost)
Deprecated.UpdateAzureDataLakeStorageConnectionDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, AzureDataLakeStorageConnection.AuthenticationType authenticationType, String accountName, String accountKey, String accountKeySecretId, String sasToken, String sasTokenSecretId, String azureTenantId, String clientId, String clientSecret, String clientSecretSecretId, String endpoint, String azureAuthorityHost)
Deprecated.
-