public interface ResourceEntry
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.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ResourceEntry.Properties
Modifiable properties of a
ResourceEntry |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()