|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PolicyDomainEntry
A representation of a policy domain.
The policy domain is a management concept,a sub-scope under an Application. User may also create sub policy domain in a policy domain. In a PolicyDomain, User can also manage following objects:
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 | |
|---|---|
AdminManager |
getAdminManager()Returns the admin manager instance under the policy domain |
java.lang.String |
getDescription()Return the description |
java.lang.String |
getDisplayName()Return the display name |
java.lang.String |
getName()Return the name |
PermissionSetManager |
getPermissionSetManager()Returns the permission set manager instance in the policy domain. |
PolicyDomainManager |
getPolicyDomainManager()Returns the policy domain manager instance under the policy domain |
PolicyManager |
getPolicyManager()Returns the policy manager instance in the policy domain. |
ResourceManager |
getResourceManager()Returns the resource manager instance in the policy domain. |
void |
setDescription(java.lang.String desc)Set the description |
void |
setDisplayName(java.lang.String displayName)Set the displayname. |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDescription()
void setDescription(java.lang.String desc)
java.lang.String getDisplayName()
void setDisplayName(java.lang.String displayName)
ResourceManager getResourceManager()
PolicyManager getPolicyManager()
PermissionSetManager getPermissionSetManager()
PolicyDomainManager getPolicyDomainManager()
AdminManager getAdminManager()
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||