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

All Superinterfaces:
BaseEntry

public interface RoleCategoryEntry
extends BaseEntry

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


Nested Class Summary
static class RoleCategoryEntry.Properties
          Modifiable 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.

 

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

 

Method Detail

getName

java.lang.String getName()
Get name of this role category.
Specified by:
getName in interface BaseEntry
Returns:
name of the role category, which is unique in a given application.

getDisplayName

java.lang.String getDisplayName()
Get display name of this role category.
Specified by:
getDisplayName in interface BaseEntry
Returns:
display name of the role category

getDescription

java.lang.String getDescription()
Get description of this role category.
Specified by:
getDescription in interface BaseEntry
Returns:
description of the role category

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.