You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Prem kalyan <pr...@gmail.com> on 2004/08/27 18:29:44 UTC

ACL in geronimo.

hi ,
   
     I have few question regarding Acl's in geronimo.

     1.  How are ACL's defined in Geronimo.
  
     2.  Does geronimo uses only JAAS specification for granting
permissions or/and anyother way.

     3.  A code snippet wld be higly helpful.

-- 
regards,
prem

Re: ACL in geronimo.

Posted by Jeremy Boynes <jb...@gluecode.com>.
Prem kalyan wrote:

> hi ,
>    
>      I have few question regarding Acl's in geronimo.
> 
>      1.  How are ACL's defined in Geronimo.
>   

Can you clarify a bit - which ACLs do you mean (Servlet context path, 
EJB method, JMX, ...)?

>      2.  Does geronimo uses only JAAS specification for granting
> permissions or/and anyother way.
> 

We use JAAS login modules to authenticate - access control checks are 
performed using JACC.

>      3.  A code snippet wld be higly helpful.
> 

Again, in which context? For standard spec stuff I think there are a few 
examples on the web.

--
Jeremy