Inheritance diagram for org.objectweb.jonas.security.realm.principals.UserMBean:

Public Member Functions | |
| String[] | getArrayRoles () |
Package Functions | |
| String[] | getArrayGroups () |
| String | getName () |
| String | getPassword () |
| void | setPassword (String password) |
| void | addGroup (String group) |
| void | addRole (String role) |
| void | removeGroup (String group) |
| void | removeRole (String role) |
Definition at line 34 of file UserMBean.java.
|
|
Add the specified group to this user
Implemented in org.objectweb.jonas.security.realm.principals.User. |
|
|
Add a role to this user
Implemented in org.objectweb.jonas.security.realm.principals.User. |
|
|
Get the groups
Implemented in org.objectweb.jonas.security.realm.principals.User. |
|
|
Get the roles
Implemented in org.objectweb.jonas.security.realm.principals.User. |
|
|
Get the name of this user
Implemented in org.objectweb.jonas.security.realm.principals.User. |
|
|
Get the password of this user
Implemented in org.objectweb.jonas.security.realm.principals.User. |
|
|
Remove a group from this user
Implemented in org.objectweb.jonas.security.realm.principals.User. |
|
|
Remove a role from this user
Implemented in org.objectweb.jonas.security.realm.principals.User. |
|
|
Set the password of this user
Implemented in org.objectweb.jonas.security.realm.principals.User. |
1.3.9.1