WebAuthenticationType Class

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 WebAuthenticationType ANONYMOUS

Static value Anonymous for WebAuthenticationType.

static final WebAuthenticationType BASIC

Static value Basic for WebAuthenticationType.

static final WebAuthenticationType CLIENT_CERTIFICATE

Static value ClientCertificate for WebAuthenticationType.

Constructor Summary

Constructor Description
WebAuthenticationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of WebAuthenticationType value.

Method Summary

Modifier and Type Method and Description
static WebAuthenticationType fromString(String name)

Creates or finds a WebAuthenticationType from its string representation.

static Collection<WebAuthenticationType> values()

Gets known WebAuthenticationType values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding WebAuthenticationType.

values

public static Collection values()

Gets known WebAuthenticationType values.

Returns:

known WebAuthenticationType values.

Applies to