.. From the doco...
Configuring
this simplified form of authentication requires the identity component to be configured in
components.xml:
<security:identity authenticate-method="#{authenticator.authenticate}"/>
The EL expression #{authenticator.authenticate} is a method binding indicating that the
authenticate
method of the authenticator component will be used to authenticate the user.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012769#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...