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
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