public static enum AppRoleSearchQuery.SEARCH_PROPERTY extends java.lang.Enum<AppRoleSearchQuery.SEARCH_PROPERTY>
Enum Constant and Description |
---|
ALL
Search for all objects
|
DESCRIPTION
Search by description.
|
DISPLAY_NAME
Search by display name.
|
GUID
Search by approle GUID
|
NAME
Search by name.
|
PRINCIPAL
Search by principal.
|
ROLE_CATEGORY
search criteria is a role's category Search is case-insensitive.
|
UNIQUE_NAME
Search by unique name of approle.
|
Modifier and Type | Method and Description |
---|---|
static AppRoleSearchQuery.SEARCH_PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AppRoleSearchQuery.SEARCH_PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final AppRoleSearchQuery.SEARCH_PROPERTY NAME
public static final AppRoleSearchQuery.SEARCH_PROPERTY DISPLAY_NAME
public static final AppRoleSearchQuery.SEARCH_PROPERTY DESCRIPTION
public static final AppRoleSearchQuery.SEARCH_PROPERTY PRINCIPAL
public static final AppRoleSearchQuery.SEARCH_PROPERTY ALL
public static final AppRoleSearchQuery.SEARCH_PROPERTY GUID
public static final AppRoleSearchQuery.SEARCH_PROPERTY ROLE_CATEGORY
public static final AppRoleSearchQuery.SEARCH_PROPERTY UNIQUE_NAME
public static AppRoleSearchQuery.SEARCH_PROPERTY[] values()
for (AppRoleSearchQuery.SEARCH_PROPERTY c : AppRoleSearchQuery.SEARCH_PROPERTY.values()) System.out.println(c);
public static AppRoleSearchQuery.SEARCH_PROPERTY valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null