Re: J2 JAAS

2005-01-18 Thread Shah Amit
Thanks for your reply. Can you please tell me where is that example and 
whats the name of file

Thanks again
Original Message Follows
From: David Sean Taylor <[EMAIL PROTECTED]>
Reply-To: "Jetspeed Users List" 
To: Jetspeed Users List 
Subject: Re: J2 JAAS
Date: Tue, 18 Jan 2005 10:46:28 -0800
Shah Amit wrote:
Hi All,
I am trying to use JAAS provided by J2. Is there any documentation on how 
to use that ? I tried reading all the test examples they have and read all 
the code for security.

Ive started documenting it. SLOW process, but you can watch the snail pace 
here:

http://portals.apache.org/jetspeed-2/security-overview.html
I know its just an empty shell but its a start.
As they say, better than nothing. Well maybe...
here is my problem, when I follow JAAS client-side specification and try to 
use J2's JAAS. I get NULLPointer exception. this is because i dont 
instantiate userManager. Do i need to initialize this ? Is any one has 
example how to authenticate username and password with J2 JAAS.

We just have the one example, the default implementation which does use a 
Java security login module.

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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


Re: J2 JAAS

2005-01-18 Thread David Sean Taylor
Shah Amit wrote:
Hi All,
I am trying to use JAAS provided by J2. Is there any documentation on 
how to use that ? I tried reading all the test examples they have and 
read all the code for security.

Ive started documenting it. SLOW process, but you can watch the snail 
pace here:

http://portals.apache.org/jetspeed-2/security-overview.html
I know its just an empty shell but its a start.
As they say, better than nothing. Well maybe...
here is my problem, when I follow JAAS client-side specification and try 
to use J2's JAAS. I get NULLPointer exception. this is because i dont 
instantiate userManager. Do i need to initialize this ? Is any one has 
example how to authenticate username and password with J2 JAAS.

We just have the one example, the default implementation which does use 
a Java security login module.

--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


J2 JAAS

2005-01-17 Thread Shah Amit
Hi All,
I am trying to use JAAS provided by J2. Is there any documentation on how to 
use that ? I tried reading all the test examples they have and read all the 
code for security.

here is my problem, when I follow JAAS client-side specification and try to 
use J2's JAAS. I get NULLPointer exception. this is because i dont 
instantiate userManager. Do i need to initialize this ? Is any one has 
example how to authenticate username and password with J2 JAAS.

Thanks in advance,
Amit

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