Re: JAASRealm programmatic call

2006-05-10 Thread Chapoor Chapoor
Please advice. Any developers from JAASRealm ??? On 5/9/06, Chapoor Chapoor <[EMAIL PROTECTED]> wrote: Hi, can someone provide me code for calling JAASRealm programmaticaly ? I do something like this, but it fails: org.apache.catalina.realm.JAASRealm realm

JAASRealm programmatic call

2006-05-09 Thread Chapoor Chapoor
Hi, can someone provide me code for calling JAASRealm programmaticaly ? I do something like this, but it fails: org.apache.catalina.realm.JAASRealm realm = new org.apache.catalina.realm.JAASRealm(); realm .setAppName("MyApp"); realm.authenticate("john", "smith"); I know you can specify

Re: CMS and JAAS

2006-04-20 Thread Chapoor Chapoor
r in a front filter" bit will get you a more satisfactory answer? > > Tim > > -Original Message- > From: Chapoor Chapoor [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 20, 2006 4:34 AM > To: Tomcat Users List > Subject: Re: CMS and JAAS > > Thanks Ro

Re: CMS and JAAS

2006-04-20 Thread Chapoor Chapoor
s strange that it is so quiet about this issue. > > I can't be the only one who gets affected, many projects must have come > > across this. > > > > Thank you > > > > > > On 4/18/06, Chapoor Chapoor <[EMAIL PROTECTED]> wrote: > >

Re: CMS and JAAS

2006-04-20 Thread Chapoor Chapoor
It is strange that it is so quiet about this issue. I can't be the only one who gets affected, many projects must have come across this. Thank you On 4/18/06, Chapoor Chapoor <[EMAIL PROTECTED]> wrote: > > Hi, > > I m stucked in a security authentication/authorization is

CMS and JAAS

2006-04-18 Thread Chapoor Chapoor
Hi, I m stucked in a security authentication/authorization issue, which I hope you have some advice for me. In simple words, I want to use the Web container security (for authorization) together with my own JAAS implementation (for authentication). How to achieve this ? I don't want to use the

where to store SECURITY key

2005-11-21 Thread Chapoor Chapoor
Hi, Im about to set up a web application running Tomcat. The application will handle a simple user account information, etc. Some data will need to be encrypted before storing it into a database. I will use AES for encryption/decryption. A "password" will be used as a phrase/key. Now where can