Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


oracle.security.jps.service.policystore.search
Enum GrantSearchQuery.SEARCH_PROPERTY

java.lang.Object
  extended by java.lang.Enum<GrantSearchQuery.SEARCH_PROPERTY>
      extended by oracle.security.jps.service.policystore.search.GrantSearchQuery.SEARCH_PROPERTY

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<GrantSearchQuery.SEARCH_PROPERTY>
Enclosing class:
GrantSearchQuery

public static enum GrantSearchQuery.SEARCH_PROPERTY
extends java.lang.Enum<GrantSearchQuery.SEARCH_PROPERTY>

Enum Constant Summary
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.

 

Method Summary
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.

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Enum Constant Detail

PRINCIPAL_NAME

public static final GrantSearchQuery.SEARCH_PROPERTY PRINCIPAL_NAME
Name of Principal granted the Policy. Search is case-senstive.

PRINCIPAL

public static final GrantSearchQuery.SEARCH_PROPERTY PRINCIPAL
Principal granted the Policy. Search is case-sensitive.

PRINCIPAL_ENTRY

public static final GrantSearchQuery.SEARCH_PROPERTY PRINCIPAL_ENTRY
Principal Entry granted the Policy. Search is case-sensitive.

PERMISSIONSET_NAME

public static final GrantSearchQuery.SEARCH_PROPERTY PERMISSIONSET_NAME
Name of the PermissionSet. Search is case-insensitive.

PERMISSIONCLASS_NAME

public static final GrantSearchQuery.SEARCH_PROPERTY PERMISSIONCLASS_NAME
Name of the PermissionClass. Search is case-sensitive.

RESOURCETYPE_NAME

public static final GrantSearchQuery.SEARCH_PROPERTY RESOURCETYPE_NAME
Name of the Resource Type. Search is case-insensitive.

RESOURCE_NAME

public static final GrantSearchQuery.SEARCH_PROPERTY RESOURCE_NAME
Search by Resource name. Search is case-sensitive.

ACTION

public static final GrantSearchQuery.SEARCH_PROPERTY ACTION
Search by Resource action. Search is case-sensitive.

Method Detail

values

public static GrantSearchQuery.SEARCH_PROPERTY[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GrantSearchQuery.SEARCH_PROPERTY c : GrantSearchQuery.SEARCH_PROPERTY.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GrantSearchQuery.SEARCH_PROPERTY valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-01 ESAPI


Copyright © 2011,2012, Oracle and/or its affiliates. All rights reserved.