Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


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.
 void setDescription(java.lang.String description)
          Set the Description.
 void setDisplayName(java.lang.String displayName)
          Set the displayName

 

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

setDisplayName

void setDisplayName(java.lang.String displayName)
Set the displayName
Parameters:
displayName -

setDescription

void setDescription(java.lang.String description)
Set the Description.
Parameters:
description -

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.