|
|||||||||
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.IdentityDirectoryNode
The identity directory node class represents an identity directory node in EUI tree. The node will wrap RBAC Identity Directory Node used by the entitlements front end.
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 | |
IdentityDirectoryNode(java.lang.String name)
Constructor to create a new IdentityDirectoryNode |
|
IdentityDirectoryNode(java.lang.String name,
boolean isleaf)
Constructor to create a new IdentityDirectoryNode |
Method Summary | |
java.lang.String |
cancelModifyAttribute()
Cancel to create or modify attribute. |
java.lang.String |
cancelNewGroup()
Cancel to create or modify group. |
java.lang.String |
cancelNewUser()
Cancel to create or modify user. |
java.lang.String |
cancelRemoveCurrentAttribute()
Cancel to remove the currently selected attribute |
java.lang.String |
cancelRemoveGroup()
Cancel to remove group. |
java.lang.String |
cancelRemoveUser()
Cancel to remove user. |
java.lang.String |
decreaseGroupIndex()
For paging purposes, decrement on index of groups |
java.lang.String |
decreaseUserIndex()
For paging purposes, decrement on index of users |
java.lang.String |
finishedModifyAttribute()
Finished to create or modify an attribute. |
java.lang.String |
finishNewGroup()
Finished to create or modify group. |
java.lang.String |
finishNewUser()
Finished to create or modify user. |
java.lang.String |
finishRemoveCurrentAttribute()
Finished to remove the currently selected attribute |
java.lang.String |
finishRemoveGroup()
Finished to remove group. |
java.lang.String |
finishRemoveUser()
Finished to remove user. |
java.util.List |
getAvailableGroup()
Get a list of groups associated with this identity directory |
java.util.List |
getAvailableUser()
Get a list of users associated with this identity directory |
AttributeElement |
getCurrentAttribute()
Get Current attribute for this group |
GroupItem |
getCurrentGroup()
Get current selected group |
UserItem |
getCurrentUser()
Get current selected user |
java.util.List |
getDirectoryAttributes()
Return a list Attributes associated to this identity directory |
java.lang.String |
getGroupFilter()
Filter set to view groups |
int |
getGroupFromIdx()
Index of the groups in the From box |
int |
getGroupToIdx()
Index of the groups in the To box |
int |
getGroupTotal()
Get a total number of groups |
GroupItem |
getNewGroupItem()
Get the new GroupItem for create new group |
UserItem |
getNewUserItem()
Get the new UserItem for create new user |
java.lang.String |
getNodeType()
Return identity directory node type constant |
java.lang.String |
getUserFilter()
Filter set to view users |
int |
getUserFromIdx()
Index of the users in the From box |
int |
getUserToIdx()
Index of the users in the To box |
int |
getUserTotal()
Get a total number of users |
java.lang.String |
increaseGroupIndex()
For paging purposes, increment on index of groups |
java.lang.String |
increaseUserIndex()
For paging purposes, increment on index of users |
boolean |
isNewAttribute()
Status of newAttribute |
boolean |
isNewGroup()
Status of newGroup |
boolean |
isNewUser()
Status of isNewUser |
java.lang.String |
newAttributeAction()
Create a new identity attribute. |
java.lang.String |
newGroupAction()
Create a new group. |
java.lang.String |
newUserAction()
Create a new user. |
void |
setAttrIdx(int attrIdx)
set row index for this attribute |
void |
setCurrentAttribute(AttributeElement currentAttribute)
Set current attribute to set for this group |
void |
setCurrentGroup(GroupItem selectedGroup)
Set current group for this identity directory |
void |
setCurrentUser(UserItem selectedUser)
Set current user for this identity directory |
void |
setGroupFilter(java.lang.String filter)
Reset currently set filter to display groups |
void |
setNewAttribute(boolean newAttribute)
Set status of newAttribute |
void |
setNewGroupItem(GroupItem group)
Reset the new GroupItem for create new group |
void |
setNewUser(boolean isNewUser)
Status of isNewUser |
void |
setNewUserItem(UserItem newUserItem)
Reset the new UserItem for create new user |
void |
setUserFilter(java.lang.String filter)
Reset currently set filter to display users |
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 |
public IdentityDirectoryNode(java.lang.String name)
name
- Name of the identity to createpublic IdentityDirectoryNode(java.lang.String name, boolean isleaf)
name
- Name of the identity to createisleaf
- true if leaf, false otherwisesMethod Detail |
public java.lang.String cancelModifyAttribute()
public java.lang.String cancelNewGroup()
public java.lang.String cancelNewUser()
public java.lang.String cancelRemoveCurrentAttribute()
public java.lang.String cancelRemoveGroup()
public java.lang.String cancelRemoveUser()
public java.lang.String decreaseGroupIndex()
public java.lang.String decreaseUserIndex()
public java.lang.String finishedModifyAttribute()
public java.lang.String finishNewGroup()
public java.lang.String finishNewUser()
public java.lang.String finishRemoveCurrentAttribute()
public java.lang.String finishRemoveGroup()
public java.lang.String finishRemoveUser()
public java.util.List getAvailableGroup()
public java.util.List getAvailableUser()
public AttributeElement getCurrentAttribute()
public GroupItem getCurrentGroup()
public UserItem getCurrentUser()
public java.util.List getDirectoryAttributes()
public java.lang.String getGroupFilter()
public int getGroupFromIdx()
public int getGroupToIdx()
public int getGroupTotal()
public GroupItem getNewGroupItem()
public UserItem getNewUserItem()
public java.lang.String getNodeType()
getNodeType
in class BaseTreeNode
public java.lang.String getUserFilter()
public int getUserFromIdx()
public int getUserToIdx()
public int getUserTotal()
public java.lang.String increaseGroupIndex()
public java.lang.String increaseUserIndex()
public boolean isNewAttribute()
public boolean isNewGroup()
public boolean isNewUser()
public java.lang.String newAttributeAction()
public java.lang.String newGroupAction()
public java.lang.String newUserAction()
public void setAttrIdx(int attrIdx)
attrIdx
- attribute row index to set for this nodepublic void setCurrentAttribute(AttributeElement currentAttribute)
currentAttribute
- AttributeElement to setpublic void setCurrentGroup(GroupItem selectedGroup)
selectedGroup
- GroupItem to setpublic void setCurrentUser(UserItem selectedUser)
public void setGroupFilter(java.lang.String filter)
filter
- new filter value to setpublic void setNewAttribute(boolean newAttribute)
newAttribute
- true for new attributepublic void setNewGroupItem(GroupItem group)
public void setNewUser(boolean isNewUser)
isNewUser
- true for new userpublic void setNewUserItem(UserItem newUserItem)
public void setUserFilter(java.lang.String filter)
filter
- new filter value to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |