Enum AdfApacheAuthenticationType
C#
public enum AdfApacheAuthenticationType
Fields
Anonymous | No authentication is required. |
Basic | Basic authentication is required. |
LDAP | Lightweight Directory Access Protocol authentication. |
SASLUsername | Simple Authentication and Security Layer authentication. |
Username | Username is required for authentication. |
UsernameAndPassword | Username and password are used for authentication. |
WindowsAzureHDInsightService | Windows Azure HDInsight Service authentication. Only available for Spark thrift server on HDInsight distributions. SSL must be enabled, and HTTP is the only transport protocol available. |