Re: Struts 2 Actions based on Security Roles

2008-03-07 Thread Frans Thamura
if you like acegy, you can see the roller project, this is cool implementation, event the LDAP + CAS is not complete, you can see the Liferay security implementation but, both of them dont have ACL implementation F

Re: Struts 2 Actions based on Security Roles

2008-03-07 Thread Jeromy Evans
Kelly.Graus wrote: My questions: 1. I'm very new at Struts and servlet technologies in general. I'm thinking that there might be ways for a user to add session objects, so they could just add an object to the session with same names that I am using for roles. The session is managed by T

Struts 2 Actions based on Security Roles

2008-03-06 Thread Kelly.Graus
ndex, /jsp/protected/translator, and /jsp/protected/admin? Thanks for any ideas, suggestions, etc! Kelly -- View this message in context: http://www.nabble.com/Struts-2-Actions-based-on-Security-Roles-tp15885522p15885522.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: security roles

2004-06-15 Thread Lionel
Zhang, Larry (L.) wrote: > (2)also say a manager logon our sites, I can obtain the info for this > user such as "managerFlag", and then where should I put the logic to > decide whether the user is a manager or an employee, and how to map > this user to a security-role defined above? this is a webs

RE: security roles

2004-06-14 Thread Zhang, Larry \(L.\)
ro Salgado [mailto:[EMAIL PROTECTED] Sent: Monday, June 14, 2004 3:38 PM To: Struts Users Mailing List Subject: Re: security roles In struts-config.xml, define the actions this way: Only manager can execute the action Only employee can execute the action Manager or employee can execute

Re: security roles

2004-06-14 Thread Martin Gainty
, 2004 3:24 PM Subject: security roles I want to define two security roles, one of which is employee and another is manager. Employee is not able to see some resources belonging to manager. Under J2EE standard, we can define these in web.xml, it also seems to me that this can be done in struts. Can y

Re: security roles

2004-06-14 Thread Pedro Salgado
4.1.30). Pedro Salgado On 04/06/14 20:24, "Zhang, Larry (L.)" <[EMAIL PROTECTED]> wrote: > I want to define two security roles, one of which is employee and another is > manager. Employee is not able to see some resources belonging to manager. > Under J2EE standard, we ca

security roles

2004-06-14 Thread Zhang, Larry \(L.\)
I want to define two security roles, one of which is employee and another is manager. Employee is not able to see some resources belonging to manager. Under J2EE standard, we can define these in web.xml, it also seems to me that this can be done in struts. Can you point out how to perform this