Re: [Acegisecurity-developer] AuthByAdaptors and SecurityContext

2004-08-12 Thread Sean Radford
Ben Alex wrote: Sean Radford wrote: Hi, If one is authenticating using JAAS to create an AuthByAdaptor Authentication object (e.g. using JBossAcegiLoginModule), how do you then get the SecureContext populated when not using a web-layer - and thus not able to use an IntegrationFilter such as the

[Acegisecurity-developer] AuthByAdaptors and SecurityContext

2004-08-11 Thread Sean Radford
Hi, If one is authenticating using JAAS to create an AuthByAdaptor Authentication object (e.g. using JBossAcegiLoginModule), how do you then get the SecureContext populated when not using a web-layer - and thus not able to use an IntegrationFilter such as the JbossIntegrationFilter? Or do I

Re: [Acegisecurity-developer] AuthByAdaptors and SecurityContext

2004-08-11 Thread Ben Alex
Sean Radford wrote: Hi, If one is authenticating using JAAS to create an AuthByAdaptor Authentication object (e.g. using JBossAcegiLoginModule), how do you then get the SecureContext populated when not using a web-layer - and thus not able to use an IntegrationFilter such as the