Skip navigation links

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

E14650-06


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

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

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

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

Criteria to search a PermissionSet By


Enum Constant Summary
ALL
          Search for all objects
ALL_ACTION
          Search all action.
DESCRIPTION
          Search by description.
DISPLAY_NAME
          Search By Display Name.
NAME
          Search by name.
RESOURCE_ACTION
          Search by Resource action.
RESOURCE_NAME
          Search by Resource name.
RESOURCE_NAME_EXPRESSION
          Search by Resource name expression.
RESOURCE_NAME_EXPRESSION_INTERNAL
           
RESOURCE_TYPE
          Search By Resource type name.

 

Method Summary
static PermissionSetSearchQuery.SEARCH_PROPERTY valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PermissionSetSearchQuery.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

NAME

public static final PermissionSetSearchQuery.SEARCH_PROPERTY NAME
Search by name. Search is case-insensitive.

DISPLAY_NAME

public static final PermissionSetSearchQuery.SEARCH_PROPERTY DISPLAY_NAME
Search By Display Name. Search is case-insensitive.

DESCRIPTION

public static final PermissionSetSearchQuery.SEARCH_PROPERTY DESCRIPTION
Search by description. Search is case-insensitive.

RESOURCE_TYPE

public static final PermissionSetSearchQuery.SEARCH_PROPERTY RESOURCE_TYPE
Search By Resource type name. Search is case-insensitive.

RESOURCE_NAME

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

ALL

public static final PermissionSetSearchQuery.SEARCH_PROPERTY ALL
Search for all objects

RESOURCE_NAME_EXPRESSION

public static final PermissionSetSearchQuery.SEARCH_PROPERTY RESOURCE_NAME_EXPRESSION
Search by Resource name expression. Search is case-sensitive.

RESOURCE_NAME_EXPRESSION_INTERNAL

public static final PermissionSetSearchQuery.SEARCH_PROPERTY RESOURCE_NAME_EXPRESSION_INTERNAL

RESOURCE_ACTION

public static final PermissionSetSearchQuery.SEARCH_PROPERTY RESOURCE_ACTION
Search by Resource action. Search is case-sensitive. Provide a List of action names or a single action name as search object. Returns permission sets which are defined with the given action(s), permission sets defined with all action keyword of resource types which contain given action(s) are also returned.

ALL_ACTION

public static final PermissionSetSearchQuery.SEARCH_PROPERTY ALL_ACTION
Search all action. Must used with MATCHER.ANY, and must supply RESOURCE_TYPE property query at the same time, the RESOURCE_TYPE property query must be EXACT match. Returns permission sets that defined with all action keyword or all actions of a resource type

Method Detail

values

public static PermissionSetSearchQuery.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 (PermissionSetSearchQuery.SEARCH_PROPERTY c : PermissionSetSearchQuery.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 PermissionSetSearchQuery.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 Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


Copyright © 2013 Oracle. All rights reserved.