Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services
11g Release 1 (11.1.1)

E14650-06


oracle.security.jps.service.policystore.info.resource
Interface ResourceEntry


public interface ResourceEntry

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 getName()
          Name of the entry.
 java.lang.String getResourceName()
           
 java.lang.String getResourceTypeName()
           
 void setDescription(java.lang.String description)
          Set the description of this entry.
 void setDisplayName(java.lang.String displayName)
          Set the display name of this entry.

 

Method Detail

getDescription

java.lang.String getDescription()
Get the description of the entity.
Returns:
the description of the entity.

getDisplayName

java.lang.String getDisplayName()
Returns the Display name.
Returns:
the display name.

getName

java.lang.String getName()
Name of the entry.
Returns:
the name of the entry.

setDescription

void setDescription(java.lang.String description)
Set the description of this entry.
Parameters:
description -

setDisplayName

void setDisplayName(java.lang.String displayName)
Set the display name of this entry.
Parameters:
displayName -

getResourceTypeName

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

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-06


Copyright © 2013 Oracle. All rights reserved.