Can I create my own custom authentication modules by implementing the 
Role interface inside tomcat or extending some other classes?  Is there 
any documentation on this subject?  There only seem to be a few methods 
that need to be implemented so that the container can communicate 
properly.  My problem is that I have a web server that sits outside of 
our firewall, and I don't want it to have any direct connection to the 
internal company app server or database except through a proxy class 
which I have defined.  I have all the users and their roles set up 
internally in a database which are retrieved through ejb's returning 
value objects.  Anybody run into this problem?

Thanks

Nic


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to