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 AdminRoleEntry

All Superinterfaces:
PrincipalEntry

public interface AdminRoleEntry
extends PrincipalEntry

This class represents Admin Role.


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 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.