|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<RolePolicySearchQuery.SEARCH_PROPERTY>
oracle.security.jps.service.policystore.search.RolePolicySearchQuery.SEARCH_PROPERTY
public static enum RolePolicySearchQuery.SEARCH_PROPERTY
Properties to search a RolePolicy by.
| Enum Constant Summary | |
|---|---|
ALLAll Role Policies. |
|
ATTRIBUTESearch by attribute used in condition. |
|
DESCRIPTIONthe description (search is case-insensitive), |
|
DISPLAY_NAMEThe display name. |
|
EFFECTSearch by effect. |
|
FUNCTIONSearch by function used in condition. |
|
NAMEThe name of the RolePolicy. |
|
PRINCIPAL_ENTRYPrincipal entry to search by. |
|
RESOURCEThe name of the resource (search is case-sensitive). |
|
RESOURCE_NAME_EXPRESSIONThe resource name expression (search is case-sensitive). |
|
RESOURCE_TYPEThe name of resource type. |
|
ROLE_NAMEName 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 |
|---|
public static final RolePolicySearchQuery.SEARCH_PROPERTY NAME
public static final RolePolicySearchQuery.SEARCH_PROPERTY DISPLAY_NAME
public static final RolePolicySearchQuery.SEARCH_PROPERTY DESCRIPTION
public static final RolePolicySearchQuery.SEARCH_PROPERTY ROLE_NAME
public static final RolePolicySearchQuery.SEARCH_PROPERTY PRINCIPAL_ENTRY
public static final RolePolicySearchQuery.SEARCH_PROPERTY RESOURCE
public static final RolePolicySearchQuery.SEARCH_PROPERTY RESOURCE_TYPE
public static final RolePolicySearchQuery.SEARCH_PROPERTY RESOURCE_NAME_EXPRESSION
public static final RolePolicySearchQuery.SEARCH_PROPERTY ATTRIBUTE
public static final RolePolicySearchQuery.SEARCH_PROPERTY FUNCTION
public static final RolePolicySearchQuery.SEARCH_PROPERTY EFFECT
public static final RolePolicySearchQuery.SEARCH_PROPERTY ALL
| Method Detail |
|---|
public static RolePolicySearchQuery.SEARCH_PROPERTY[] values()
for (RolePolicySearchQuery.SEARCH_PROPERTY c : RolePolicySearchQuery.SEARCH_PROPERTY.values())
System.out.println(c);
public static RolePolicySearchQuery.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
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||