[seam-commits] Seam SVN: r8834 - trunk/src/main/org/jboss/seam/security.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Aug 28 00:01:15 EDT 2008
Author: shane.bryzak at jboss.com
Date: 2008-08-28 00:01:15 -0400 (Thu, 28 Aug 2008)
New Revision: 8834
Modified:
trunk/src/main/org/jboss/seam/security/Identity.java
Log:
postAuthenticate() should be protected
Modified: trunk/src/main/org/jboss/seam/security/Identity.java
===================================================================
--- trunk/src/main/org/jboss/seam/security/Identity.java 2008-08-28 03:53:02 UTC (rev 8833)
+++ trunk/src/main/org/jboss/seam/security/Identity.java 2008-08-28 04:01:15 UTC (rev 8834)
@@ -341,7 +341,7 @@
* authenticated user. This method may be overridden by a subclass if
* different post-authentication logic should occur.
*/
- void postAuthenticate()
+ protected void postAuthenticate()
{
// Populate the working memory with the user's principals
for ( Principal p : getSubject().getPrincipals() )
More information about the seam-commits
mailing list