[seam-commits] Seam SVN: r7983 - branches/Seam_2_0/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Apr 18 20:31:21 EDT 2008
Author: shane.bryzak at 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>
More information about the seam-commits
mailing list