[jboss-user] [JBoss Seam] - Re: ejb3/seam-gwt-remoting/gwt security integration

hartfordd do-not-reply at jboss.com
Thu Dec 6 10:31:32 EST 2007


JIRA: http://jira.jboss.org/jira/browse/JBSEAM-2325

So far, uncovered that the following tag is slightly misleading:

  | <!-- misleading: apparently exclusive, either authenticate-method OR jaas-config -->
  | <security:identity authenticate-method="#{authenticator.authenticate}" jaas-config-name="SpringPoweredRealm"/>
  | 
  | should be just:
  | <security:identity jaas-config-name="SpringPoweredRealm"/>
  | 
  | then maybe something like:
  |     <event type="org.jboss.seam.postAuthenticate">
  |         <action execute="#{authenticator.login}"/>
  |         <action expression="#{authenticator.login}"/>
  |     </event>
  | 
  | 

In any event, still getting NotLoggedInException when attempting to call an @Restrict method (and yes, tried     exception class="org.jboss.seam.security.NotLoggedInException" approach and that still does not work).




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

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



More information about the jboss-user mailing list