This content has been marked as final.
Show 1 reply
-
1. Re: Tomcat GenericPrincipal and JBossGenericPrincipal
sguilhen Oct 30, 2007 4:55 PM (in response to anil.saldhana)I'm not sure we can change all places that cast the Principal to JGP because some of them use the specific methods of the JGP (like getSubject() and getAuthPrincipal) to set the principal info on the SecurityAssociationActions.
My first impression is that it is reasonable to require users to extend JGP instead of GenericPrincipal when they are looking for customization.