Re: ACL (access control list) tutorial or example

2007-05-15 Thread Zachary Grafton
On Tuesday 08 May 2007 10:25, David Kerber wrote: > I posted this on comp.lang.java.security yesterday, but haven't gotten a > single answer, so I'm hoping you people can help: > > I'm trying to implement ACL's in my Tomcat-based webapp, and am having > trouble applying what I read in the docs and

Re: [OT] Re: ACL (access control list) tutorial or example

2007-05-09 Thread David Kerber
Pid wrote: ... There isn't a standard way of doing programmatical security of this nature - the nature of it is such that you have to write it yourself. That is essentially what I'm trying to do, using various built-in tools , such as java.security.acl.*, sun.security.acl.AclImpl, sun.s

[OT] Re: ACL (access control list) tutorial or example

2007-05-09 Thread Pid
David Kerber wrote: Pid wrote: David Kerber wrote: ... There isn't a standard way of doing programmatical security of this nature - the nature of it is such that you have to write it yourself. That is essentially what I'm trying to do, using various built-in tools , such as java.securi

Re: ACL (access control list) tutorial or example

2007-05-09 Thread Pid
David Kerber wrote: Pid wrote: David Kerber wrote: ... There isn't a standard way of doing programmatical security of this nature - the nature of it is such that you have to write it yourself. That is essentially what I'm trying to do, using various built-in tools , such as java.securi

Re: ACL (access control list) tutorial or example

2007-05-09 Thread David Kerber
Pid wrote: David Kerber wrote: ... There isn't a standard way of doing programmatical security of this nature - the nature of it is such that you have to write it yourself. That is essentially what I'm trying to do, using various built-in tools , such as java.security.acl.*, sun.securit

Re: ACL (access control list) tutorial or example

2007-05-09 Thread David Kerber
Pid wrote: David Kerber wrote: ... There isn't a standard way of doing programmatical security of this nature - the nature of it is such that you have to write it yourself. That is essentially what I'm trying to do, using various built-in tools , such as java.security.acl.*, sun.securit

Re: ACL (access control list) tutorial or example

2007-05-09 Thread Pid
David Kerber wrote: ... There isn't a standard way of doing programmatical security of this nature - the nature of it is such that you have to write it yourself. That is essentially what I'm trying to do, using various built-in tools , such as java.security.acl.*, sun.security.acl.AclImpl,

Re: ACL (access control list) tutorial or example

2007-05-09 Thread David Kerber
... There isn't a standard way of doing programmatical security of this nature - the nature of it is such that you have to write it yourself. That is essentially what I'm trying to do, using various built-in tools , such as java.security.acl.*, sun.security.acl.AclImpl, sun.security.acl.Acl

Re: ACL (access control list) tutorial or example

2007-05-08 Thread Pid
<[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 08, 2007 10:25 AM Subject: ACL (access control list) tutorial or example I posted this on comp.lang.java.security yesterday, but haven't gotten a single answer, so I'm hoping you people can help: I'm try

Re: ACL (access control list) tutorial or example

2007-05-08 Thread David Kerber
or email and destroy the original message without making a copy. Thank you. - Original Message - From: "David Kerber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 08, 2007 10:25 AM Subject: ACL (access control list) tutorial or example I posted thi

Re: ACL (access control list) tutorial or example

2007-05-08 Thread Pid
--- Original Message - From: "David Kerber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 08, 2007 10:25 AM Subject: ACL (access control list) tutorial or example I posted this on comp.lang.java.security yesterday, but haven't gotten a single answ

Re: ACL (access control list) tutorial or example

2007-05-08 Thread David Kerber
l Message - From: "David Kerber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 08, 2007 10:25 AM Subject: ACL (access control list) tutorial or example I posted this on comp.lang.java.security yesterday, but haven't gotten a single answer, so I&#

Re: ACL (access control list) tutorial or example

2007-05-08 Thread Martin Gainty
. - Original Message - From: "David Kerber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 08, 2007 10:25 AM Subject: ACL (access control list) tutorial or example I posted this on comp.lang.java.security yesterday, but haven't gotten a s

ACL (access control list) tutorial or example

2007-05-08 Thread David Kerber
I posted this on comp.lang.java.security yesterday, but haven't gotten a single answer, so I'm hoping you people can help: I'm trying to implement ACL's in my Tomcat-based webapp, and am having trouble applying what I read in the docs and in my googling to my real-life application. Could some