public static enum GrantSearchQuery.SEARCH_PROPERTY extends java.lang.Enum<GrantSearchQuery.SEARCH_PROPERTY>
| Enum Constant and Description |
|---|
ACTION
Search by Resource action.
|
PERMISSIONCLASS_NAME
Name of the PermissionClass.
|
PERMISSIONSET_NAME
Name of the PermissionSet.
|
PRINCIPAL
Principal granted the Policy.
|
PRINCIPAL_ENTRY
Principal Entry granted the Policy.
|
PRINCIPAL_NAME
Name of Principal granted the Policy.
|
RESOURCE_NAME
Search by Resource name.
|
RESOURCETYPE_NAME
Name of the Resource Type.
|
| Modifier and Type | Method and Description |
|---|---|
static GrantSearchQuery.SEARCH_PROPERTY |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GrantSearchQuery.SEARCH_PROPERTY[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final GrantSearchQuery.SEARCH_PROPERTY PRINCIPAL_NAME
public static final GrantSearchQuery.SEARCH_PROPERTY PRINCIPAL
public static final GrantSearchQuery.SEARCH_PROPERTY PRINCIPAL_ENTRY
public static final GrantSearchQuery.SEARCH_PROPERTY PERMISSIONSET_NAME
public static final GrantSearchQuery.SEARCH_PROPERTY PERMISSIONCLASS_NAME
public static final GrantSearchQuery.SEARCH_PROPERTY RESOURCETYPE_NAME
public static final GrantSearchQuery.SEARCH_PROPERTY RESOURCE_NAME
public static final GrantSearchQuery.SEARCH_PROPERTY ACTION
public static GrantSearchQuery.SEARCH_PROPERTY[] values()
for (GrantSearchQuery.SEARCH_PROPERTY c : GrantSearchQuery.SEARCH_PROPERTY.values())
System.out.println(c);
public static GrantSearchQuery.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