|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.security.entitlements.admin.rbac.DataTableElement
com.bea.security.entitlements.admin.rbac.BaseTableElement
com.bea.security.entitlements.admin.rbac.SODElement
The SOD Element is purly a UI construct to allow us to aggregate all SOD rules to a single view within the UI. It will contain a reference to a RoleNode object so that when we want to modify the denied roles, it's easy to do.
Constructor Summary | |
SODElement()
Default constructor |
|
SODElement(RoleNode node)
Constructor with role node to use |
Method Summary | |
boolean |
equals(java.lang.Object obj)
This is added to avoid more than one SODElement that have the same role. |
java.util.List |
getDeniedRoles()
List of all denied Roles |
java.lang.String |
getDeniedRolesString()
Get List of all defined roles |
java.lang.String |
getRoleName()
Role name for the RoleNode |
RoleNode |
getRoleNode()
Get Role node |
int |
hashCode()
Hashcode for this node |
void |
setRoleNode(RoleNode roleNode)
Set a new role node |
Methods inherited from class com.bea.security.entitlements.admin.rbac.BaseTableElement |
getName, setName |
Methods inherited from class com.bea.security.entitlements.admin.rbac.DataTableElement |
getcolor, getColorStyle, isSelected, setSelected |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SODElement()
public SODElement(RoleNode node)
node
- RoleNode to useMethod Detail |
public boolean equals(java.lang.Object obj)
public java.util.List getDeniedRoles()
public java.lang.String getDeniedRolesString()
public java.lang.String getRoleName()
public RoleNode getRoleNode()
public int hashCode()
public void setRoleNode(RoleNode roleNode)
roleNode
- node to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |