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

Public Member Functions | |
| String | getName () |
Package Functions | |
| void | setDescription (String description) |
| String | getDescription () |
| void | addRole (String role) |
| void | removeRole (String role) |
| String[] | getArrayRoles () |
Definition at line 34 of file GroupMBean.java.
|
|
Add a role to this user
Implemented in org.objectweb.jonas.security.realm.principals.Group. |
|
|
Get the roles
Implemented in org.objectweb.jonas.security.realm.principals.Group. |
|
|
Get the description of this group
Implemented in org.objectweb.jonas.security.realm.principals.Group. |
|
|
Get the name of this user
Implemented in org.objectweb.jonas.security.realm.principals.Group. |
|
|
Remove a role from this user
Implemented in org.objectweb.jonas.security.realm.principals.Group. |
|
|
Set the description of this group
Implemented in org.objectweb.jonas.security.realm.principals.Group. |
1.3.9.1