|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserMBean
This interface defines the MBean method for the User
| Method Summary | |
|---|---|
void |
addGroup(String group)
Add the specified group to this user |
void |
addRole(String role)
Add a role to this user |
String[] |
getArrayGroups()
Get the groups |
String[] |
getArrayRoles()
Get the roles |
String |
getName()
Get the name of this user |
String |
getPassword()
Get the password of this user |
void |
removeGroup(String group)
Remove a group from this user |
void |
removeRole(String role)
Remove a role from this user |
void |
setPassword(String password)
Set the password of this user |
| Method Detail |
|---|
String[] getArrayRoles()
String[] getArrayGroups()
String getName()
String getPassword()
void setPassword(String password)
password - password of the uservoid addGroup(String group)
group - the group to addvoid addRole(String role)
role - the given rolevoid removeGroup(String group)
group - the given groupvoid removeRole(String role)
role - the given role
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||