|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.security.entitlements.admin.rbac.UserItem
The UserItem class represents a selected user associated with current identity directory node in EUI tree. The class will be used by the entitlements front end for user management.
Method Summary | |
java.lang.String |
addGroups()
Add groups for current user's membership |
java.lang.String |
cancelModifyAttribute()
Cacel modifying a user attribute |
java.lang.String |
cancelModifyMemberships()
Cacelling user membership modification. |
java.lang.String |
decreaseGroupIndex()
For paging purposes, decrement on index of available groups |
java.lang.String |
finishModifyAttribute()
Finished the modification of the attribute of user |
java.lang.String |
finishModifyMemberships()
Finished to modify user membership |
int |
getAttrIdx()
Get Attribute id |
java.lang.String |
getAvailableGroupsFilter()
Filter set to view available groups |
int |
getAvailableGroupsFromIdx()
Index of the available groups of current user's membership in the From box |
int |
getAvailableGroupsToIdx()
Index of the available groups of current user's membership in the To box |
int |
getAvailableGroupsTotal()
Get a total of available groups for current user's membership |
java.lang.String |
getConfirmOfPwd()
Get the confirmation of user password |
java.util.List |
getCurrentAssignedGroups()
Get direct groups to which the user belongs |
AttributeElement |
getCurrentAttribute()
Get Current attribute for this user |
java.util.List |
getCurrentAvailableGroups()
Get all available groups |
java.util.List |
getCurrentMemberships()
Get all groups to which the user belongs |
java.lang.String |
getName()
Get user name |
java.lang.String |
getNewConfirmOfPwd()
Get confirmation of new user password, used for user modification |
java.lang.String |
getNewName()
Get new user name, used for user modification |
java.lang.String |
getNewPassword()
Get new password, used for user modification |
java.lang.String |
getOldPassword()
Get current user's old password, used for user modification |
java.lang.String |
getPassword()
Get user password |
java.util.List |
getSelectedAvailableGroups()
Retrieve currently selected available groups for current user's membership |
java.util.List |
getSelectedMemberships()
Retrieve currently selected groups to which the user belongs |
java.util.List |
getUserAttributes()
Return a list Attributes associated to this user |
java.lang.String |
increaseGroupIndex()
For paging purposes, increment on index of available groups |
boolean |
isModifyingLoginUser()
Determine if current selected user is login user |
java.lang.String |
removeGroups()
Remove groups for current user's membership |
void |
setAttrIdx(int attrIdx)
set row index for this attribute |
void |
setAvailableGroupsFilter(java.lang.String inFilter)
Reset currently set filter to display available groups |
void |
setConfirmOfPwd(java.lang.String confirmOfPwd)
Set user password confirmation |
void |
setCurrentAttribute(AttributeElement currentAttribute)
Set current attribute to set for this user |
void |
setName(java.lang.String name)
Set user name |
void |
setNewConfirmOfPwd(java.lang.String newConfirmOfPwd)
Set confirmation of new user password for user modification |
void |
setNewName(java.lang.String newName)
Set new user name, used for user modification |
void |
setNewPassword(java.lang.String newPassword)
Set new user password for user modification |
void |
setOldPassword(java.lang.String oldPassword)
Set user's old password for user modification |
void |
setPassword(java.lang.String password)
Set user password |
void |
setSelectedAvailableGroups(java.util.List selectedGroups)
Set a new set of selected available groups |
void |
setSelectedMemberships(java.util.List inList)
Set a new set of currently selected groups to which the user belongs |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String addGroups()
public java.lang.String cancelModifyAttribute()
public java.lang.String cancelModifyMemberships()
public java.lang.String decreaseGroupIndex()
public java.lang.String finishModifyAttribute()
public java.lang.String finishModifyMemberships()
public int getAttrIdx()
public java.lang.String getAvailableGroupsFilter()
public int getAvailableGroupsFromIdx()
public int getAvailableGroupsToIdx()
public int getAvailableGroupsTotal()
public java.lang.String getConfirmOfPwd()
public java.util.List getCurrentAssignedGroups()
public AttributeElement getCurrentAttribute()
public java.util.List getCurrentAvailableGroups()
public java.util.List getCurrentMemberships()
public java.lang.String getName()
public java.lang.String getNewConfirmOfPwd()
public java.lang.String getNewName()
public java.lang.String getNewPassword()
public java.lang.String getOldPassword()
public java.lang.String getPassword()
public java.util.List getSelectedAvailableGroups()
public java.util.List getSelectedMemberships()
public java.util.List getUserAttributes()
public java.lang.String increaseGroupIndex()
public boolean isModifyingLoginUser()
public java.lang.String removeGroups()
public void setAttrIdx(int attrIdx)
attrIdx
- attribute row index to set for this nodepublic void setAvailableGroupsFilter(java.lang.String inFilter)
public void setConfirmOfPwd(java.lang.String confirmOfPwd)
confirmOfPwd
- user password confirmationpublic void setCurrentAttribute(AttributeElement currentAttribute)
currentAttribute
- AttributeElement to setpublic void setName(java.lang.String name)
name
- user namepublic void setNewConfirmOfPwd(java.lang.String newConfirmOfPwd)
newConfirmOfPwd
- confirmation of new user passwordpublic void setNewName(java.lang.String newName)
newName
- the user name being modified topublic void setNewPassword(java.lang.String newPassword)
newPassword
- new user passwordpublic void setOldPassword(java.lang.String oldPassword)
oldPassword
- user's old passwordpublic void setPassword(java.lang.String password)
password
- user passwordpublic void setSelectedAvailableGroups(java.util.List selectedGroups)
selectedGroups
- public void setSelectedMemberships(java.util.List inList)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |