|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.custom.tree2.TreeNodeBase
com.bea.security.entitlements.admin.rbac.TreeNodeWithSelection
com.bea.security.entitlements.admin.rbac.BaseTreeNode
com.bea.security.entitlements.admin.rbac.IdentityNode
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 | |
IdentityNode(java.lang.String name)
Constructor to create a new IdentityNode |
|
IdentityNode(java.lang.String name,
boolean isLeaf)
Constructor to create a new IdentityNode |
Method Summary | |
void |
addIdentityDirectory(java.lang.String name)
Create a new identity directory |
java.util.List |
getChildren()
Get children identity directory nodes |
java.lang.String |
getNodeType()
Return identity node type constant |
void |
removeIdentityDirectory(java.lang.String name)
Remove an identity directory |
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, 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 |
public IdentityNode(java.lang.String name)
name
- Name of the identity to createpublic IdentityNode(java.lang.String name, boolean isLeaf)
name
- Name of the identity to createisLeaf
- true if leaf, false otherwiseMethod Detail |
public void addIdentityDirectory(java.lang.String name)
name
- new identity directory namepublic java.util.List getChildren()
public java.lang.String getNodeType()
getNodeType
in class BaseTreeNode
public void removeIdentityDirectory(java.lang.String name)
name
- identity directory name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |