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.resource
Class ResourceEntry.Properties

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

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

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

Modifiable properties of a ResourceEntry

See Also:
Serialized Form

Field Summary
static ResourceEntry.Properties PROPERTY_DESCRIPTION
          Resource description
static ResourceEntry.Properties PROPERTY_DISPLAY_NAME
          Display Name
static ResourceEntry.Properties PROPERTY_RESOURCE_TYPE
          Type of the resource
static ResourceEntry.Properties PROPERTY_TARGET
          Name of the resource

 

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

public static final ResourceEntry.Properties PROPERTY_DISPLAY_NAME
Display Name

PROPERTY_TARGET

public static final ResourceEntry.Properties PROPERTY_TARGET
Name of the resource

PROPERTY_RESOURCE_TYPE

public static final ResourceEntry.Properties PROPERTY_RESOURCE_TYPE
Type of the resource

PROPERTY_DESCRIPTION

public static final ResourceEntry.Properties PROPERTY_DESCRIPTION
Resource description

Method Detail

values

public static ResourceEntry.Properties[] values()

valueOf

public static ResourceEntry.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.