PrincipalAware & PrincipalProxy, glue to provide my own Impl

2008-08-07 Thread Torsten Krah
Hi, there are 2 known implemeting classes yet, one for Servlet and one for Portlets. I want to provide my own implementation of PricipalProxy. Whats missing to me, where is the glue to my webapp, how do i announce my own implemetation to be used? thx -- Bitte senden Sie mir keine Word- oder

Re: PrincipalAware & PrincipalProxy, glue to provide my own Impl

2008-08-07 Thread Nils-Helge Garli Hegvik
The "magic" happens in the ServletConfigInterceptor for a regular webapp and the PortletAwareInterceptor for a portlet app. So basically you should be able to do what you want by writing a custom interceptor and use it in your stack. Nils-H On Thu, Aug 7, 2008 at 5:20 PM, Torsten Krah <[EMAIL PRO