com.bea.security.entitlements.admin.rbac
Class SODNode

java.lang.Object
  extended byorg.apache.myfaces.custom.tree2.TreeNodeBase
      extended bycom.bea.security.entitlements.admin.rbac.TreeNodeWithSelection
          extended bycom.bea.security.entitlements.admin.rbac.BaseTreeNode
              extended bycom.bea.security.entitlements.admin.rbac.SODNode
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable, org.apache.myfaces.custom.tree2.TreeNode

public class SODNode
extends BaseTreeNode
implements java.io.Serializable

Class represents the SOD (Seperation of Duties) Node in the EUI tree

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bea.security.entitlements.admin.rbac.BaseTreeNode
IDENTITY_DIRECTORY_NODE, IDENTITY_NODE, NAVIGATION_NODE, PERMISSION_NODE, PERMISSION_SET_NODE, REPORTING_NODE, RESOURCE_NODE, ROLE_NODE, SOD_NODE
 
Constructor Summary
SODNode(java.lang.String name, boolean isLeaf)
          Constructor with name of the node
 
Method Summary
 java.lang.String getNodeType()
          Return SOD node type constant
 
Methods inherited from class com.bea.security.entitlements.admin.rbac.TreeNodeWithSelection
compareTo, getNodeByName, getParent, isSelected, removeNode, setChildrenSelectedRecursively, setNeedUpdateChildren, setParent, setSelected
 
Methods inherited from class org.apache.myfaces.custom.tree2.TreeNodeBase
getChildCount, getChildren, getDescription, getIdentifier, getType, isLeaf, setDescription, setIdentifier, setLeaf, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SODNode

public SODNode(java.lang.String name,
               boolean isLeaf)
Constructor with name of the node

Parameters:
name - name for node
isLeaf - true if leaf, false otherwise
Method Detail

getNodeType

public java.lang.String getNodeType()
Return SOD node type constant

Specified by:
getNodeType in class BaseTreeNode
Returns:
returns BaseTreeNode.SOD_NODE for this node


Copyright © 2007 BEA Systems Inc. All Rights Reserved.