On Sep 25, 2007, at 8:44 AM, Anita Kulshreshtha wrote:
Right now I am stuck at this:
@RolesAllowed({a, b})
public class ..... {
@RolesAllowed(b) {
public .. dosomething() {
}
}
Does this prevent 'a' from accessing dosomething()?
Yes. See http://openejb.apache.org/security-annotations.html -David
