|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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.PropertiesModifiable properties of a ResourceEntry |
| Method Summary | |
|---|---|
void |
addResourceAttribute(AttributeEntry<? extends DataType> attribute)Add a resource attribute. |
void |
deleteResourceAttribute(AttributeEntry<? extends DataType> attribute)Remove a resource attribute |
java.util.List<AttributeEntry<? extends DataType>> |
getAllResourceAttributes()Get resource attributes and inherited attributes . |
java.lang.String |
getDescription()Get the description of the entity. |
java.lang.String |
getDisplayName()Returns the Display name. |
java.util.List<AttributeEntry<? extends DataType>> |
getInheritedResourceAttributes()Get inherited resource attributes |
java.lang.String |
getName()Name of the entry. |
java.lang.String |
getParentApplication()Get the parent application this entity belongs to. |
java.lang.String |
getPolicyDomainName()Returns the name of the policy domain to which this entry belongs. |
java.lang.String |
getPolicyDomainUniqueName()Returns the unique name of the policy domain to which this entry belongs. |
java.util.List<AttributeEntry<? extends DataType>> |
getResourceAttributes()Get all resource attributes. |
java.lang.String |
getResourceName() |
ResourceTypeEntry |
getResourceType()Return the resource type. |
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 |
|---|
java.lang.String getDescription()
java.lang.String getDisplayName()
java.lang.String getName()
void setDescription(java.lang.String description)
description -void setDisplayName(java.lang.String displayName)
displayName -java.lang.String getResourceTypeName()
java.lang.String getResourceName()
ResourceTypeEntry getResourceType()
java.util.List<AttributeEntry<? extends DataType>> getResourceAttributes()
java.util.List<AttributeEntry<? extends DataType>> getInheritedResourceAttributes()
java.util.List<AttributeEntry<? extends DataType>> getAllResourceAttributes()
void addResourceAttribute(AttributeEntry<? extends DataType> attribute)
throws PolicyStoreException
attribute - attribute entry objectPolicyStoreException
void deleteResourceAttribute(AttributeEntry<? extends DataType> attribute)
throws PolicyStoreException
attribute - attribute entry objectPolicyStoreExceptionjava.lang.String getParentApplication()
java.lang.String getPolicyDomainName()
java.lang.String getPolicyDomainUniqueName()
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||