Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


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

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

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

public static final class GrantSearchQuery.SEARCH_PROPERTY
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static GrantSearchQuery.SEARCH_PROPERTY ACTION
          Search by Resource action.
static GrantSearchQuery.SEARCH_PROPERTY PERMISSIONCLASS_NAME
          Name of the PermissionClass.
static GrantSearchQuery.SEARCH_PROPERTY PERMISSIONSET_NAME
          Name of the PermissionSet.
static GrantSearchQuery.SEARCH_PROPERTY PRINCIPAL
          Principal granted the Policy.
static GrantSearchQuery.SEARCH_PROPERTY PRINCIPAL_ENTRY
          Principal Entry granted the Policy.
static GrantSearchQuery.SEARCH_PROPERTY PRINCIPAL_NAME
          Name of Principal granted the Policy.
static GrantSearchQuery.SEARCH_PROPERTY RESOURCE_NAME
          Search by Resource name.
static GrantSearchQuery.SEARCH_PROPERTY RESOURCETYPE_NAME
          Name of the Resource Type.

 

Method Summary
static GrantSearchQuery.SEARCH_PROPERTY valueOf(java.lang.String name)
           
static GrantSearchQuery.SEARCH_PROPERTY[] values()
           

 

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

 

Field 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-sensitive.

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()

valueOf

public static GrantSearchQuery.SEARCH_PROPERTY valueOf(java.lang.String name)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-03


Copyright © 2010, Oracle. All rights reserved.