public static enum BaseLdapUserSearchResource.UserSearchType extends Enum<BaseLdapUserSearchResource.UserSearchType>
Enum Constant and Description |
---|
ADVANCED_FILTER |
USERNAME_FILTER |
USERNAME_IS_DN |
Modifier and Type | Method and Description |
---|---|
String |
getModelValue() |
static BaseLdapUserSearchResource.UserSearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseLdapUserSearchResource.UserSearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseLdapUserSearchResource.UserSearchType USERNAME_IS_DN
public static final BaseLdapUserSearchResource.UserSearchType USERNAME_FILTER
public static final BaseLdapUserSearchResource.UserSearchType ADVANCED_FILTER
public static BaseLdapUserSearchResource.UserSearchType[] values()
for (BaseLdapUserSearchResource.UserSearchType c : BaseLdapUserSearchResource.UserSearchType.values()) System.out.println(c);
public static BaseLdapUserSearchResource.UserSearchType 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 nullpublic String getModelValue()
Copyright © 2023 JBoss by Red Hat. All rights reserved.