LdapServerType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. netapp. models. LdapServerType
- com.
- com.
public final class LdapServerType
extends ExpandableStringEnum<LdapServerType>
The type of the LDAP server.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Ldap |
ACTIVE_DIRECTORY
The volume should use Active Directory for LDAP connections. |
|
static final
Ldap |
OPEN_LDAP
The volume should use OpenLDAP for LDAP connections. |
Constructor Summary
| Constructor | Description |
|---|---|
| LdapServerType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ldap |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ldap |
fromString(String name)
Creates or finds a Ldap |
|
static
Collection<Ldap |
values()
Gets known Ldap |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE_DIRECTORY
public static final LdapServerType ACTIVE_DIRECTORY
The volume should use Active Directory for LDAP connections.
OPEN_LDAP
public static final LdapServerType OPEN_LDAP
The volume should use OpenLDAP for LDAP connections.
Constructor Details
LdapServerType
@Deprecated
public LdapServerType()
Deprecated
Creates a new instance of LdapServerType value.
Method Details
fromString
public static LdapServerType fromString(String name)
Creates or finds a LdapServerType from its string representation.
Parameters:
Returns:
values
public static Collection<LdapServerType> values()
Gets known LdapServerType values.
Returns: