Re: File based AutorizationMap

2006-08-21 Thread Sepand M
I've seen that before, but I can't understand what's going on or how to load the XML into the broker (if that's what's meant to be done). I also can't find any further documentation or find out what's going on from the code. Any help would be appreciated. Regards, Sepand On 8/21/06, James Strac

Re: File based AutorizationMap

2006-08-21 Thread James Strachan
On 8/21/06, Sepand M <[EMAIL PROTECTED]> wrote: Actually, a text based map would be redundant if there's an XML map already in place. I can't seem to find the XML map anywhere. Could you tell me where it is? See the exampe here... http://incubator.apache.org/activemq/security.html -- James --

Re: File based AutorizationMap

2006-08-21 Thread Sepand M
Actually, a text based map would be redundant if there's an XML map already in place. I can't seem to find the XML map anywhere. Could you tell me where it is? Thanks, Sepand On 8/21/06, James Strachan <[EMAIL PROTECTED]> wrote: Sounds good to me :). We've got the XML based one but by all means

Re: File based AutorizationMap

2006-08-18 Thread Sepand M
To take it a bit further, I'd like to create something like a TextBasedAuthorizationMap and have most of the functionality in there. This would allow for different back-ends (like a database) to be attached. On 8/18/06, Sepand M <[EMAIL PROTECTED]> wrote: Hi everyone, I've been looking through

File based AutorizationMap

2006-08-18 Thread Sepand M
Hi everyone, I've been looking through the code and have noticed that the only AuthorizationMaps are DefaultAuthorizationMap and SimpleAuthorizationMap. And neither of these allows for text-based configuration of access. I'm wondering if such a thing exists and if I should create one if it doesn