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
Interface ResourceEntry

All Superinterfaces:
BaseEntry

public interface ResourceEntry
extends BaseEntry

ResourceEntry represents persistent view of a resource in an application. A resource MUST have a resource type.

A resource can be specified by a name such as /www.oracle.com/index.html

To create an in-memory representation of a ResourceEntry use InfoFactory.newResourceEntry(String, String, String, String).

To persist a ResourceEntry in the underlying policystore use ResourceManager.createResource(ResourceEntry).

To modify, delete or query a ResourceEntry use ResourceManager.


Nested Class Summary
static class ResourceEntry.Properties
          Modifiable properties of a ResourceEntry

 

Method Summary
 java.lang.String getDescription()
          Get the description of the entity.
 java.lang.String getDisplayName()
          Returns the Display name.
 java.lang.String getResourceName()
           
 java.lang.String getResourceTypeName()
           

 

Methods inherited from interface oracle.security.jps.service.policystore.info.common.BaseEntry
getEntryReference, getGUID, getName, getParentApplication, getUniqueName

 

Method Detail

getResourceTypeName

java.lang.String getResourceTypeName()
Returns:
Name of the resource type associated with resource instance.

getDisplayName

java.lang.String getDisplayName()
Description copied from interface: BaseEntry
Returns the Display name.
Specified by:
getDisplayName in interface BaseEntry
Returns:
Display name of the resource instance.

getDescription

java.lang.String getDescription()
Description copied from interface: BaseEntry
Get the description of the entity.
Specified by:
getDescription in interface BaseEntry
Returns:
Description of the resource instance, if any.

getResourceName

java.lang.String getResourceName()
Returns:
Returns the target of the resource.

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.