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.AuthenticationTypeAzureDataLakeStorageConnection.AuthenticationType. create(String key)AzureDataLakeStorageConnection.AuthenticationTypeAzureDataLakeStorageConnection. getAuthenticationType()Used authentication mechanism to access Azure Data Lake Storage.AzureDataLakeStorageConnection.AuthenticationTypeAzureDataLakeStorageConnectionSummary. getAuthenticationType()Used authentication mechanism to access Azure Data Lake Storage.AzureDataLakeStorageConnection.AuthenticationTypeCreateAzureDataLakeStorageConnectionDetails. getAuthenticationType()Used authentication mechanism to access Azure Data Lake Storage.AzureDataLakeStorageConnection.AuthenticationTypeUpdateAzureDataLakeStorageConnectionDetails. getAuthenticationType()Used authentication mechanism to access Azure Data Lake Storage.static AzureDataLakeStorageConnection.AuthenticationTypeAzureDataLakeStorageConnection.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.BuilderAzureDataLakeStorageConnection.Builder. authenticationType(AzureDataLakeStorageConnection.AuthenticationType authenticationType)Used authentication mechanism to access Azure Data Lake Storage.AzureDataLakeStorageConnectionSummary.BuilderAzureDataLakeStorageConnectionSummary.Builder. authenticationType(AzureDataLakeStorageConnection.AuthenticationType authenticationType)Used authentication mechanism to access Azure Data Lake Storage.CreateAzureDataLakeStorageConnectionDetails.BuilderCreateAzureDataLakeStorageConnectionDetails.Builder. authenticationType(AzureDataLakeStorageConnection.AuthenticationType authenticationType)Used authentication mechanism to access Azure Data Lake Storage.UpdateAzureDataLakeStorageConnectionDetails.BuilderUpdateAzureDataLakeStorageConnectionDetails.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)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)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)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)Deprecated.
-