[jboss-user] [JBoss Seam] - Re: JAAS Authentication and the actor

shane.bryzak@jboss.com do-not-reply at jboss.com
Mon Jul 23 18:06:12 EDT 2007


The authenticate-method and jaas-config-name options are mutually exclusive, i.e. if you specify a jaas-config-name (instead of using the default SeamLoginModule) then JAAS authentication will be done using that configuration and the method configured with authenticate-method won't be called.

If you just want to run some code after authentication is done you can create a org.jboss.seam.postAuthenticate event to do that.  See chapter 5 of the reference docs for more info on events.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066834#4066834

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066834



More information about the jboss-user mailing list