RE: HELP !!! SECURITY

2001-09-21 Thread Juan Lorandi (Chile)
lo que?   the orionconsole is run with:   $orion# java -jar orionconsole.jar   HTH,   JP   PS: mail me (in Spanish if you like) if that's not what you're looking for. An extended explanation would be appreciated -Original Message-From: David Bonilla [mailto:[EMAIL PROTECTED]]

RE: HELP !!! SECURITY

2001-09-21 Thread The elephantwalker
David,   The orionconsole application allows you to add and remove users, but it is VERY buggy, and not supported by IronFlare:   java -jar orionconsole.jar   Most of us write a admin web module to administer user's.   Here are the relavent API's:   1. roleManager: This class can be instan

RE: HELP: Security !!! How to do it.

2000-11-10 Thread Peter Delahunty
Another thing to add in the ATM example they authenicate a user usings the Servlets built in form authentication login form eg this i presume creates princepal that is passed to the EJB layer to be checked. So my question is how the hell do i do the same thing from a Java Application. ---