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 instanced

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

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 form method="POST" action="j_security_check" input type="text" name="j_username" input type="password" name="j_password" /form this i presume creates princepal that is