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 ResourceTypeEntry.Properties

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

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

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

Modifiable properties of a ResourceTypeEntry

See Also:
Serialized Form

Field Summary
static ResourceTypeEntry.Properties PROPERTY_ACTIONS_DELIMITER
          Delimiter character used for specifying multiple actions
static ResourceTypeEntry.Properties PROPERTY_ALLOWED_ACTIONS
          All possible actions allowed on a resource of this resource type
static ResourceTypeEntry.Properties PROPERTY_DESCRIPTION
          Description
static ResourceTypeEntry.Properties PROPERTY_DISPLAY_NAME
          Display name
static ResourceTypeEntry.Properties PROPERTY_MATCHER_CLASS
          The name of the permission class that implements this resource type
static ResourceTypeEntry.Properties PROPERTY_NAME
          Name
static ResourceTypeEntry.Properties PROPERTY_PROVIDER_NAME
          Name of the provider that stores/provides resources of this type
static ResourceTypeEntry.Properties PROPERTY_SUPER_TYPE
          Super type of the resource type

 

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

PROPERTY_DESCRIPTION

public static final ResourceTypeEntry.Properties PROPERTY_DESCRIPTION
Description

PROPERTY_DISPLAY_NAME

public static final ResourceTypeEntry.Properties PROPERTY_DISPLAY_NAME
Display name

PROPERTY_SUPER_TYPE

public static final ResourceTypeEntry.Properties PROPERTY_SUPER_TYPE
Super type of the resource type

PROPERTY_ALLOWED_ACTIONS

public static final ResourceTypeEntry.Properties PROPERTY_ALLOWED_ACTIONS
All possible actions allowed on a resource of this resource type

PROPERTY_PROVIDER_NAME

public static final ResourceTypeEntry.Properties PROPERTY_PROVIDER_NAME
Name of the provider that stores/provides resources of this type

PROPERTY_MATCHER_CLASS

public static final ResourceTypeEntry.Properties PROPERTY_MATCHER_CLASS
The name of the permission class that implements this resource type

PROPERTY_ACTIONS_DELIMITER

public static final ResourceTypeEntry.Properties PROPERTY_ACTIONS_DELIMITER
Delimiter character used for specifying multiple actions

Method Detail

values

public static ResourceTypeEntry.Properties[] values()

valueOf

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