Author: shane.bryzak(a)jboss.com
Date: 2008-04-18 20:31:21 -0400 (Fri, 18 Apr 2008)
New Revision: 7983
Modified:
branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml
Log:
removed reference to identityManager
Modified: branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml 2008-04-18 20:39:24 UTC
(rev 7982)
+++ branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml 2008-04-19 00:31:21 UTC
(rev 7983)
@@ -1561,8 +1561,7 @@
}
public void execute() {
- identityManager.createAccount(username, password);
- identityManager.grantRole(username, "user");
+ executePrivilegedOperation();
}
}.run();]]></programlisting>
Show replies by date