|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.p13n.entitlements.policy.PolicyItem
com.bea.p13n.entitlements.policy.RolePolicyItem
public class RolePolicyItem
This class encapsulates the information comprising a single Role Policy. It is used to collect and hold role policy attributes during the process of building and managing role policies.
The RolePolicyManager is used for persistence related operations upon RolePolicyItems.
Constructor Summary | |
---|---|
RolePolicyItem()
This no-args constructor allows a RolePolicyItem to be created and initialized piecemeal by an application. |
|
RolePolicyItem(String aEntAppName,
String aWebAppName,
String aRoleName,
int aResourceScope,
List aUserList,
List aGroupList,
String aRoleSegmentDoc,
P13nContextHandler aContextHandler)
Initialize a new role policy item for a pooled resource. |
Method Summary | |
---|---|
Object |
clone()
|
boolean |
equals(Object in)
|
String |
getPolicyName()
Returns the role policy namespace of this role policy. |
String |
getPolicyNamespace()
Returns the role policy namespace of this role policy. |
int |
getResourceScope()
Returns the resource scope used within this role policy. |
String |
getRoleSegmentDoc()
Returns the role segment, rules-node based document, if this role policy uses a custom predicate. |
boolean |
getRoleSegmentLogicalAnd()
Returns the value of the custom predicate binding; |
String |
getRoleSegmentName()
Returns the role segment name used within a role policy. |
int |
hashCode()
|
void |
setPolicyName(String aPolicyName)
Sets the role policy name of this role policy. |
void |
setPolicyNamespace(String aPolicyNamespace)
Sets the role policy namespace for this role policy. |
void |
setResourceScope(int aResourceScope)
Sets the resource scope used within this role policy. |
void |
setRoleSegmentDoc(String aRoleSegmentDoc)
Sets the role segment, rules-node based document, if this role policy uses a custom predicate. |
void |
setRoleSegmentLogicalAnd(boolean isLogicalAnd)
Sets the value of the custom predicate binding; |
void |
setRoleSegmentName(String aRoleSegmentName)
Update the value of the role segment name in this object. |
Methods inherited from class com.bea.p13n.entitlements.policy.PolicyItem |
---|
getContextHandler, getCreatedDate, getDescription, getEntAppName, getGroupList, getModifiedDate, getPolicyUser, getProviderDescription, getResourceId, getUserList, getWebAppName, setContextHandler, setDescription, setEntAppName, setGroupList, setPolicyUser, setProviderDescription, setResourceId, setUserList, setWebAppName |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RolePolicyItem()
public RolePolicyItem(String aEntAppName, String aWebAppName, String aRoleName, int aResourceScope, List aUserList, List aGroupList, String aRoleSegmentDoc, P13nContextHandler aContextHandler)
aEntAppName
- Enterprise application name. Unused for Global app role scopingaWebAppName
- Webapp name. Unused for Global or Enterprise app role scopingaRoleName
- Name by which this policy will knownaResourceScope
- A global, enterprise, webapp,
or application scope defined by the EntitlementConstants class.aUserList
- Optional list of user names for the role policyaGroupList
- Optional list of group names for the role policyaRoleSegmentDoc
- Optional role segment rules-node document, if this role
policy is to contain an ExpressionPredicateaContextHandler
- The caller's user profile context. Required if
(the admin role policy) user's role is predicated on profile values.Method Detail |
---|
public void setResourceScope(int aResourceScope)
public int getResourceScope()
public void setRoleSegmentName(String aRoleSegmentName)
aRoleSegmentName
- The name of the role segment that was created
with the RolePolicyManagerpublic String getRoleSegmentName()
public void setPolicyName(String aPolicyName)
public String getPolicyName()
public void setPolicyNamespace(String aPolicyNamespace)
public String getPolicyNamespace()
public String getRoleSegmentDoc()
public void setRoleSegmentDoc(String aRoleSegmentDoc)
public boolean getRoleSegmentLogicalAnd()
public void setRoleSegmentLogicalAnd(boolean isLogicalAnd)
public Object clone() throws CloneNotSupportedException
clone
in class PolicyItem
CloneNotSupportedException
public boolean equals(Object in)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |