There is a HowTo on how to implement security in JBoss:
http://www.jboss.org/documentation/HTML/ch11s78.html
I've recently implemented it and it works well. The EJB security model
allows you to specify which roles are allowed to access each method of the
beans.

Regards,
Pelle Poluha

> How do we ensure that no-one can call our EJB's directly via RMI?
> (I know a firewall helps here, but is there a built-in mechanism?)
> How does one prevent access to EJB's via RMI?


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to