Inherited by org.objectweb.jonas.security.realm.factory.JResourceMemory.
Inheritance diagram for org.objectweb.jonas.security.realm.factory.JResourceMemoryMBean:


Public Member Functions | |
| void | addUser (String username, String password) throws Exception |
Package Functions | |
| void | addGroup (String groupname) throws Exception |
| void | addRole (String rolename) throws Exception |
| void | removeUser (String username) throws Exception |
| void | removeGroup (String groupname) throws Exception |
| void | removeRole (String rolename) throws Exception |
| String[] | listRoles () |
| String[] | listGroups () |
Definition at line 33 of file JResourceMemoryMBean.java.
|
|
Add a group with a given name
Implemented in org.objectweb.jonas.security.realm.factory.JResourceMemory. |
|
|
Add a role with a given name
Implemented in org.objectweb.jonas.security.realm.factory.JResourceMemory. |
|
||||||||||||
|
Add a user with a given principal and credential
Implemented in org.objectweb.jonas.security.realm.factory.JResourceMemory. |
|
|
Get the groups
Implemented in org.objectweb.jonas.security.realm.factory.JResourceMemory. |
|
|
Get the roles
Implemented in org.objectweb.jonas.security.realm.factory.JResourceMemory. |
|
|
Remove a group with a given name
Implemented in org.objectweb.jonas.security.realm.factory.JResourceMemory. |
|
|
Remove a role with a given name
Implemented in org.objectweb.jonas.security.realm.factory.JResourceMemory. |
|
|
Remove a user with a given principal and credential
Implemented in org.objectweb.jonas.security.realm.factory.JResourceMemory. |
1.3.9.1