You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2010/06/13 09:05:40 UTC

[Tapestry Wiki] Trivial Update of "Tapestry5HowToSecureWithSpringAndLDAP" by LorenzoSimionato

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The "Tapestry5HowToSecureWithSpringAndLDAP" page has been changed by LorenzoSimionato.
The comment on this change is: typo.
http://wiki.apache.org/tapestry/Tapestry5HowToSecureWithSpringAndLDAP?action=diff&rev1=8&rev2=9

--------------------------------------------------

  </filter-mapping>
  }}}
  
- Now you'll need to configure your security services. As every configuration in Tapestry, this is done you the application module. I usually create and SecurityModule [[http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/ioc/annotations/SubModule.html|submodule]] so that i don't get my main module filled with security stuff, but you can place the following code in any module you want.
+ Now you'll need to configure your security services. As every configuration in Tapestry, this is done in the application module. I usually create and SecurityModule [[http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/ioc/annotations/SubModule.html|submodule]] so that i don't get my main module filled with security stuff, but you can place the following code in any module you want.
  
  {{{
  public class SecurityModule

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org