Re: [JBoss-user] Secure access to set methods but no security on get methods

2001-06-08 Thread Scott M Stark
From: Paul Austin To: Jboss-User (E-mail) Sent: Friday, June 08, 2001 3:55 AM Subject: [JBoss-user] Secure access to set methods but no security on get methods I am writing an EJB and wish to use the standard JAAS and EJB security mechanisms to secure access to the create, remove and setXX methods of

[JBoss-user] Secure access to set methods but no security on get methods

2001-06-08 Thread Paul Austin
I am writing an EJB and wish to use the standard JAAS and EJB security mechanisms to secure access to the create, remove and setXX methods of my bean so that only users is certain groups can modify the data in the bean. I also wish to allow users that are not logged in (authenticated by JAAS