|
||||||||||
| 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(java.lang.String group)
Add the specified group to this user |
void |
addRole(java.lang.String role)
Add a role to this user |
java.lang.String[] |
getArrayGroups()
Get the groups |
java.lang.String[] |
getArrayRoles()
Get the roles |
java.lang.String |
getName()
Get the name of this user |
java.lang.String |
getPassword()
Get the password of this user |
void |
removeGroup(java.lang.String group)
Remove a group from this user |
void |
removeRole(java.lang.String role)
Remove a role from this user |
void |
setPassword(java.lang.String password)
Set the password of this user |
| Method Detail |
|---|
java.lang.String[] getArrayRoles()
java.lang.String[] getArrayGroups()
java.lang.String getName()
java.lang.String getPassword()
void setPassword(java.lang.String password)
password - password of the uservoid addGroup(java.lang.String group)
group - the group to addvoid addRole(java.lang.String role)
role - the given rolevoid removeGroup(java.lang.String group)
group - the given groupvoid removeRole(java.lang.String role)
role - the given role
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||