DirectoryServiceOptions Class

public final class DirectoryServiceOptions
extends ExpandableStringEnum<DirectoryServiceOptions>

Indicates the directory service used. Note that this enum may be extended in the future.

Field Summary

Modifier and Type Field and Description
static final DirectoryServiceOptions AADDS

Static value AADDS for DirectoryServiceOptions.

static final DirectoryServiceOptions AADKERB

Static value AADKERB for DirectoryServiceOptions.

static final DirectoryServiceOptions AD

Static value AD for DirectoryServiceOptions.

static final DirectoryServiceOptions NONE

Static value None for DirectoryServiceOptions.

Constructor Summary

Constructor Description
DirectoryServiceOptions()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DirectoryServiceOptions value.

Method Summary

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

Creates or finds a DirectoryServiceOptions from its string representation.

static Collection<DirectoryServiceOptions> values()

Gets known DirectoryServiceOptions values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AADDS

public static final DirectoryServiceOptions AADDS

Static value AADDS for DirectoryServiceOptions.

AADKERB

public static final DirectoryServiceOptions AADKERB

Static value AADKERB for DirectoryServiceOptions.

AD

public static final DirectoryServiceOptions AD

Static value AD for DirectoryServiceOptions.

NONE

public static final DirectoryServiceOptions NONE

Static value None for DirectoryServiceOptions.

Constructor Details

DirectoryServiceOptions

@Deprecated
public DirectoryServiceOptions()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DirectoryServiceOptions value.

Method Details

fromString

public static DirectoryServiceOptions fromString(String name)

Creates or finds a DirectoryServiceOptions from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DirectoryServiceOptions.

values

public static Collection values()

Gets known DirectoryServiceOptions values.

Returns:

known DirectoryServiceOptions values.

Applies to