[Acegisecurity-developer] Stand up and be counted

2004-08-11 Thread Ben Alex
Dear Acegi Security users If you're using CAS, you might like to assist Andrew Petro (who maintains CAS itself) with the following. If you do reply to Andrew, I'd appreciate it if you'd cc: me so I too can see where CAS is being used along with Acegi Security. We should think about doing

Re: [Acegisecurity-developer] hibernate compatability ( blah blah blah )

2004-08-11 Thread Ben Alex
bryan wrote: Then my methods that are in the orderService class can call systemUserHolder.getSystemUser.getId() and do searches for example where the user is only allowed to see financial data for a certain region. I am very much new to Spring so if I'm completely off the mark here feel free

[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