HttpAuthenticationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. analytics. synapse. artifacts. models. HttpAuthenticationType
- com.
- com.
public final class HttpAuthenticationType
extends ExpandableStringEnum<HttpAuthenticationType>
The authentication type to be used to connect to the HTTP server.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Http |
ANONYMOUS
Static value Anonymous for Http |
|
static final
Http |
BASIC
Static value Basic for Http |
|
static final
Http |
CLIENT_CERTIFICATE
Static value Client |
|
static final
Http |
DIGEST
Static value Digest for Http |
|
static final
Http |
WINDOWS
Static value Windows for Http |
Constructor Summary
| Constructor | Description |
|---|---|
| HttpAuthenticationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Http |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Http |
fromString(String name)
Creates or finds a Http |
|
static
Collection<Http |
values()
Gets known Http |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ANONYMOUS
public static final HttpAuthenticationType ANONYMOUS
Static value Anonymous for HttpAuthenticationType.
BASIC
public static final HttpAuthenticationType BASIC
Static value Basic for HttpAuthenticationType.
CLIENT_CERTIFICATE
public static final HttpAuthenticationType CLIENT_CERTIFICATE
Static value ClientCertificate for HttpAuthenticationType.
DIGEST
public static final HttpAuthenticationType DIGEST
Static value Digest for HttpAuthenticationType.
WINDOWS
public static final HttpAuthenticationType WINDOWS
Static value Windows for HttpAuthenticationType.
Constructor Details
HttpAuthenticationType
@Deprecated
public HttpAuthenticationType()
Deprecated
Creates a new instance of HttpAuthenticationType value.
Method Details
fromString
public static HttpAuthenticationType fromString(String name)
Creates or finds a HttpAuthenticationType from its string representation.
Parameters:
Returns:
values
public static Collection<HttpAuthenticationType> values()
Gets known HttpAuthenticationType values.
Returns: