Technical data

14 Managing Security
14-36 Administration Guide
newUser=INSERT INTO users VALUES ( ? , ? );
addGroupMember=INSERT INTO groupmembers VALUES ( ? , ? );
removeGroupMember=DELETE FROM groupmembers WHERE GM_GROUP = ? AND
GM_MEMBER = ?;
deleteUser1=DELETE FROM users WHERE U_NAME = ?;
deleteUser2=DELETE FROM groupmembers WHERE GM_MEMBER = ?;
deleteUser3=DELETE FROM aclentries WHERE A_PRINCIPAL = ?;
deleteGroup1=DELETE FROM groupmembers WHERE GM_GROUP = ?;
deleteGroup2=DELETE FROM aclentries WHERE A_PRINCIPAL = ?”
8. To save your changes, click the Apply button.
9. When you have finished defining the attributes, reboot WebLogic Server.
10. Configure the Caching realm. For more information, see “Configuring the
Caching Realm.”
Note: When you use an RDBMS Security realm, you must configure and enable
the Caching realm; otherwise, the RDBMS Security realm will not work.
When configuring the Caching realm, select the RDBMS Security realm from
the pull-down menu for the Basic attribute on the General tab. The Basic
attribute defines the association between the Caching realm and the alternate
security realm (in this case, the RDBMS Security realm).
11. Go to the Security node.
12. Choose the Filerealm tab.
13. In the Caching Realm attribute, choose the name of the Caching Realm to be
used with the RDBMS Security realm. A list of configured Caching Realms
appears on the pull-down menu.
Note: When you use an RDBMS Security realm, you must configure and enable
the Caching realm; otherwise, the RDBMS Security realm will not work.
14. Reboot WebLogic Server.