public enum LdapQueryType extends Enum<LdapQueryType>
Enum Constant and Description |
---|
getGroupByDN |
getGroupByGuid |
getGroupByName |
getGroupsByGroupNames |
getUserByGuid |
getUserByName |
getUserByPrincipalName |
getUsersByUserGuids |
rootDSE |
searchGroups |
searchUsers |
Modifier and Type | Method and Description |
---|---|
static LdapQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LdapQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LdapQueryType rootDSE
public static final LdapQueryType getUserByGuid
public static final LdapQueryType getGroupByGuid
public static final LdapQueryType getGroupByDN
public static final LdapQueryType getGroupByName
public static final LdapQueryType getUserByPrincipalName
public static final LdapQueryType getUserByName
public static final LdapQueryType getGroupsByGroupNames
public static final LdapQueryType getUsersByUserGuids
public static final LdapQueryType searchUsers
public static final LdapQueryType searchGroups
public static LdapQueryType[] values()
for (LdapQueryType c : LdapQueryType.values()) System.out.println(c);
public static LdapQueryType 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 © 2012. All Rights Reserved.