|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LdapAuthenticationMechanismType>
com.vmware.vcloud.sdk.constants.LdapAuthenticationMechanismType
public enum LdapAuthenticationMechanismType
LdapAuthenticationMechanism constants
| Enum Constant Summary | |
|---|---|
KERBEROS
LDAP connection uses Kerberos authentication. |
|
MD5DIGEST
LDAP connection uses Digest MD5 authentication as specified in RFC 2831. |
|
NTLM
LDAP connection uses Windows NTLM authentication. |
|
SIMPLE
LDAP connection uses simple authentication as specified in RFC 2251 and RFC 2829. |
|
| Method Summary | |
|---|---|
static LdapAuthenticationMechanismType |
fromValue(String value)
|
String |
value()
|
static LdapAuthenticationMechanismType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LdapAuthenticationMechanismType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LdapAuthenticationMechanismType SIMPLE
public static final LdapAuthenticationMechanismType KERBEROS
public static final LdapAuthenticationMechanismType MD5DIGEST
public static final LdapAuthenticationMechanismType NTLM
| Method Detail |
|---|
public static LdapAuthenticationMechanismType[] values()
for (LdapAuthenticationMechanismType c : LdapAuthenticationMechanismType.values()) System.out.println(c);
public static LdapAuthenticationMechanismType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static LdapAuthenticationMechanismType fromValue(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||