[jboss-user] [JBoss Seam] - Re: JAAS Authentication and the actor
harpritt
do-not-reply at jboss.com
Tue Jul 24 06:43:51 EDT 2007
Done and double done
<!--security:identity authenticate-method="#{login.login}"/-->
| <security:identity jaas-config-name="SMSLDAP"/>
|
| <!-- this is cool, it allows us to specify a method to call after the user is authenticated
| we will use this to populate our actor object-->
| <event type="org.jboss.seam.postAuthenticate">
| <action expression="#{login.login}"/>
| </event>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066949#4066949
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066949
More information about the jboss-user
mailing list