Re: [Acegisecurity-developer] CasAuthenticationProvider taking advantage of custom Authentication object?

2004-07-12 Thread Ben Alex
Mike Youngstrom wrote: Maybe I'm missing something but it appears that the only CAS and AuthenticationDao integration point is in the DaoCasAuthoritiesPopulator in "getAuthorities" method where it appears to only load the user in order to get the authorities(). Maybe I should ask my question this w

Re: [Acegisecurity-developer] Is Authentication not really Serializable?

2004-07-12 Thread Ben Alex
Patrick Burleson wrote: It would appear to me that the Authentication isn't Serializable and thus gets rejected from my session on Weblogic (well, I get a warning that it will be upon redeployment). Is this intentional? Hi Patrick I've just made Authentication Serializable in CVS HEAD. Best rega

[Acegisecurity-developer] Is Authentication not really Serializable?

2004-07-12 Thread Patrick Burleson
It would appear to me that the Authentication isn't Serializable and thus gets rejected from my session on Weblogic (well, I get a warning that it will be upon redeployment). Is this intentional? Thanks, Patrick --- This SF.Net email sponsored

Re: [Acegisecurity-developer] CasAuthenticationProvider taking advantage of custom Authentication object?

2004-07-12 Thread Mike Youngstrom
Ben, Thanks for the reply. >Just customise your AuthenticationDao's loadUserByUsername method, and the Authentication token generated >by the CAS packages should contain your custom UserDetails. Maybe I'm missing something but it appears that the only CAS and AuthenticationDao integration point

Re: [Acegisecurity-developer] CasAuthenticationProvider taking advantage of custom Authentication object?

2004-07-12 Thread Mike Youngstrom
Ben, Thanks for the reply. >Just customise your AuthenticationDao's loadUserByUsername method, and >the Authentication token generated by the CAS packages should contain >your custom UserDetails. Maybe I'm missing something but it appears that the only CAS and AuthenticationDao integration poi