|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RoleCategoryEntry
A representation of a role category in policystore. Role categories provide a way to organize roles.
To create an in-memory representation of a RoleCategoryEntry use InfoFactory.newRoleCategoryEntry(String, String, String)
To persist a RoleCategoryEntry in the underlying policystore use RoleCategoryManager.createRoleCategory(RoleCategoryEntry).
To modify, delete or query a RoleCategoryEntry use RoleCategoryManager
Note: This interface is defined as a mechanism to exchange information only. The consumer must not implement this interface. Rather, the consumer should rely upon the existing public classes that implement this interface.
| Nested Class Summary | |
|---|---|
static class |
RoleCategoryEntry.PropertiesModifiable properties of a ResourceTypeEntry |
| Method Summary | |
|---|---|
java.lang.String |
getDescription()Get description of this role category. |
java.lang.String |
getDisplayName()Get display name of this role category. |
java.lang.String |
getName()Get name of this role category. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDisplayName()
java.lang.String getDescription()
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E14650-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||