Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E27155-03


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


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.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 2 (11.1.2)

E27155-03


Copyright © 2011, 2013 Oracle. All rights reserved.