AuthenticationType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. datamigration. models. AuthenticationType
- com.
- com.
public final class AuthenticationType
extends ExpandableStringEnum<AuthenticationType>
An enumeration of possible authentication types when connecting.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Authentication |
ACTIVE_DIRECTORY_INTEGRATED
Static value Active |
|
static final
Authentication |
ACTIVE_DIRECTORY_PASSWORD
Static value Active |
|
static final
Authentication |
NONE
Static value None for Authentication |
|
static final
Authentication |
SQL_AUTHENTICATION
Static value Sql |
|
static final
Authentication |
WINDOWS_AUTHENTICATION
Static value Windows |
Constructor Summary
| Constructor | Description |
|---|---|
| AuthenticationType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Authentication |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Authentication |
fromString(String name)
Creates or finds a Authentication |
|
static
Collection<Authentication |
values()
Gets known Authentication |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE_DIRECTORY_INTEGRATED
public static final AuthenticationType ACTIVE_DIRECTORY_INTEGRATED
Static value ActiveDirectoryIntegrated for AuthenticationType.
ACTIVE_DIRECTORY_PASSWORD
public static final AuthenticationType ACTIVE_DIRECTORY_PASSWORD
Static value ActiveDirectoryPassword for AuthenticationType.
NONE
public static final AuthenticationType NONE
Static value None for AuthenticationType.
SQL_AUTHENTICATION
public static final AuthenticationType SQL_AUTHENTICATION
Static value SqlAuthentication for AuthenticationType.
WINDOWS_AUTHENTICATION
public static final AuthenticationType WINDOWS_AUTHENTICATION
Static value WindowsAuthentication for AuthenticationType.
Constructor Details
AuthenticationType
@Deprecated
public AuthenticationType()
Deprecated
Creates a new instance of AuthenticationType value.
Method Details
fromString
public static AuthenticationType fromString(String name)
Creates or finds a AuthenticationType from its string representation.
Parameters:
Returns:
values
public static Collection<AuthenticationType> values()
Gets known AuthenticationType values.
Returns: