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