Skip navigation links

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

E14650-05


oracle.security.jps.service.policystore.info
Interface RoleCategoryEntry


public interface RoleCategoryEntry

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.

 

Method Detail

getName

java.lang.String getName()
Get name of this role category.
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.
Returns:
display name of the role category

getDescription

java.lang.String getDescription()
Get description of this role category.
Returns:
description of the role category

Skip navigation links

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

E14650-05


Copyright © 2011, Oracle. All rights reserved.