public static enum LdapConstants.ServerType extends Enum<LdapConstants.ServerType>
Enum Constant and Description |
---|
CALDAP |
IBM |
MSAD |
MSAD_GC |
MSAD_LDS |
NOVELL |
OPENDJ |
OPENDS |
OPENLDAP |
RHDS |
SUN_DSEE |
UNBOUNDID |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static LdapConstants.ServerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapConstants.ServerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapConstants.ServerType SUN_DSEE
public static final LdapConstants.ServerType OPENDS
public static final LdapConstants.ServerType OPENDJ
public static final LdapConstants.ServerType IBM
public static final LdapConstants.ServerType MSAD
public static final LdapConstants.ServerType MSAD_LDS
public static final LdapConstants.ServerType MSAD_GC
public static final LdapConstants.ServerType NOVELL
public static final LdapConstants.ServerType UNBOUNDID
public static final LdapConstants.ServerType OPENLDAP
public static final LdapConstants.ServerType RHDS
public static final LdapConstants.ServerType CALDAP
public static final LdapConstants.ServerType UNKNOWN
public static LdapConstants.ServerType[] values()
for (LdapConstants.ServerType c : LdapConstants.ServerType.values()) System.out.println(c);
public static LdapConstants.ServerType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018–2025. All rights reserved.