I need a clarification on secrity privlegates in EJB 1.0 with regard to
two specific method.  What are the restrictions if they are invoked
within an bean.

Class.getMethods( )
and
Class.forName(String className);

My understanding is that the getMethods( ) is allowed if the Class is
public, since privilege checks are not performed in this case.

I'm not sure how the Class.forName method works within a bean.

--
Richard Monson-Haefel
EJB Expert for jGuru.com
( http://www.jguru.com  )

Author of Enterprise JavaBeans
Published by O'Reilly & Associates
( http://www.ejbnow.com )

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to