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.info
Class PermissionSetEntry.Properties

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.security.jps.service.policystore.info.PermissionSetEntry.Properties

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
PermissionSetEntry

public static final class PermissionSetEntry.Properties
extends java.lang.Enum

Properties of a PermissionSet that can be modified.

See Also:
Serialized Form

Field Summary
static PermissionSetEntry.Properties PROPERTY_DESCRIPTION
          The description of the PermissionSet.
static PermissionSetEntry.Properties PROPERTY_DISPLAY_NAME
          The display name of the PermissionSet.
static PermissionSetEntry.Properties PROPERTY_NAME
          The name of the PermissionSet.
static PermissionSetEntry.Properties PROPERTY_RESOURCE_ACTIONS
          A ResourceActions value.

 

Method Summary
static PermissionSetEntry.Properties valueOf(java.lang.String name)
           
static PermissionSetEntry.Properties[] 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

PROPERTY_NAME

public static final PermissionSetEntry.Properties PROPERTY_NAME
The name of the PermissionSet.

PROPERTY_DESCRIPTION

public static final PermissionSetEntry.Properties PROPERTY_DESCRIPTION
The description of the PermissionSet.

PROPERTY_DISPLAY_NAME

public static final PermissionSetEntry.Properties PROPERTY_DISPLAY_NAME
The display name of the PermissionSet.

PROPERTY_RESOURCE_ACTIONS

public static final PermissionSetEntry.Properties PROPERTY_RESOURCE_ACTIONS
A ResourceActions value.

Method Detail

values

public static PermissionSetEntry.Properties[] values()

valueOf

public static PermissionSetEntry.Properties 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.