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 AdminRoleEntry

All Superinterfaces:
PrincipalEntry

public interface AdminRoleEntry
extends PrincipalEntry

A representation of an administration role in policystore. Administration Roles are set at different levels.

They are as following

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.


Method Summary
 java.lang.String getPolicyDomainName()
          Returns the name of the policy domain to which the entry belongs.
 void setDescription(java.lang.String desc)
          Set the description.
 void setDisplayName(java.lang.String displayName)
          Set the display name.

 

Methods inherited from interface oracle.security.jps.service.policystore.info.PrincipalEntry
getAppID, getClassName, getDescription, getDisplayName, getGUID, getName, getPrincipal, getType, getUniqueName

 

Method Detail

setDisplayName

void setDisplayName(java.lang.String displayName)
Set the display name.

setDescription

void setDescription(java.lang.String desc)
Set the description.

getPolicyDomainName

java.lang.String getPolicyDomainName()
Returns the name of the policy domain to which the entry belongs.
Returns:
the name of the policy domain to which the entry belongs.

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.