Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


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

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

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

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

Properties to search a RolePolicy by.


Enum Constant Summary
ALL
          All Role Policies.
ATTRIBUTE
          Search by attribute used in condition.
DESCRIPTION
          the description (search is case-insensitive),
DISPLAY_NAME
          The display name.
EFFECT
          Search by effect.
FUNCTION
          Search by function used in condition.
NAME
          The name of the RolePolicy.
PRINCIPAL_ENTRY
          Principal entry to search by.
RESOURCE
          The name of the resource (search is case-sensitive).
RESOURCE_NAME_EXPRESSION
          The resource name expression (search is case-sensitive).
RESOURCE_TYPE
          The name of resource type.
ROLE_NAME
          Name of the Application Role (search is case-insensitive)

 

Method Summary
static RolePolicySearchQuery.SEARCH_PROPERTY valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RolePolicySearchQuery.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 RolePolicySearchQuery.SEARCH_PROPERTY NAME
The name of the RolePolicy. (search is case-insensitive).

DISPLAY_NAME

public static final RolePolicySearchQuery.SEARCH_PROPERTY DISPLAY_NAME
The display name. (search is case-insensitive).

DESCRIPTION

public static final RolePolicySearchQuery.SEARCH_PROPERTY DESCRIPTION
the description (search is case-insensitive),

ROLE_NAME

public static final RolePolicySearchQuery.SEARCH_PROPERTY ROLE_NAME
Name of the Application Role (search is case-insensitive)

PRINCIPAL_ENTRY

public static final RolePolicySearchQuery.SEARCH_PROPERTY PRINCIPAL_ENTRY
Principal entry to search by. When declaring a RolePolicySearchQuery with PRINCIPAL_ENTRY property, a PrincipalEntry object is required as search object.

RESOURCE

public static final RolePolicySearchQuery.SEARCH_PROPERTY RESOURCE
The name of the resource (search is case-sensitive). The search also returns policies that contain regular expression which match the resource name.

RESOURCE_TYPE

public static final RolePolicySearchQuery.SEARCH_PROPERTY RESOURCE_TYPE
The name of resource type. (search is case-insensitive).

RESOURCE_NAME_EXPRESSION

public static final RolePolicySearchQuery.SEARCH_PROPERTY RESOURCE_NAME_EXPRESSION
The resource name expression (search is case-sensitive).

ATTRIBUTE

public static final RolePolicySearchQuery.SEARCH_PROPERTY ATTRIBUTE
Search by attribute used in condition. Search is case-insensitive. When declaring a RolePolicySearchQuery with ATTRIBUTE property, either an AttributeEntry object or an attribute name can be used as search object.

FUNCTION

public static final RolePolicySearchQuery.SEARCH_PROPERTY FUNCTION
Search by function used in condition. Search is case-insensitive. When declaring a RolePolicySearchQuery with FUNCTION property, either a FunctionEntry object or a function name can be used as search object.

EFFECT

public static final RolePolicySearchQuery.SEARCH_PROPERTY EFFECT
Search by effect. Search is case-insensitive. When declaring a RolePolicySearchQuery with EFFECT property, you can use a String object or built-in enum PolicyRuleEntry.EffectType object as search object.

ALL

public static final RolePolicySearchQuery.SEARCH_PROPERTY ALL
All Role Policies.

Method Detail

values

public static RolePolicySearchQuery.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 (RolePolicySearchQuery.SEARCH_PROPERTY c : RolePolicySearchQuery.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 RolePolicySearchQuery.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 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.