| 
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
  
java.lang.Enum<PermissionSetEntry.Properties>
      
oracle.security.jps.service.policystore.info.PermissionSetEntry.Properties
Deprecated.
@Deprecated
public static enum PermissionSetEntry.Properties
Properties of a PermissionSet that can be modified.
| Enum Constant Summary | |
|---|---|
PROPERTY_DESCRIPTIONDeprecated. The description of the PermissionSet.  | 
|
PROPERTY_DISPLAY_NAMEDeprecated. The display name of the PermissionSet.  | 
|
PROPERTY_NAMEDeprecated. The name of the PermissionSet.  | 
|
PROPERTY_RESOURCE_ACTIONSDeprecated. A ResourceActions value.  | 
|
| Method Summary | |
|---|---|
static PermissionSetEntry.Properties | 
valueOf(java.lang.String name)Deprecated. Returns the enum constant of this type with the specified name.  | 
static PermissionSetEntry.Properties[] | 
values()Deprecated. 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 PermissionSetEntry.Properties PROPERTY_NAME
public static final PermissionSetEntry.Properties PROPERTY_DESCRIPTION
public static final PermissionSetEntry.Properties PROPERTY_DISPLAY_NAME
public static final PermissionSetEntry.Properties PROPERTY_RESOURCE_ACTIONS
| Method Detail | 
|---|
public static PermissionSetEntry.Properties[] values()
for (PermissionSetEntry.Properties c : PermissionSetEntry.Properties.values())
    System.out.println(c);
public static PermissionSetEntry.Properties 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-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||