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
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
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
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:
> >
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
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
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