You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Rodel Manalo Talampas <rt...@rt.telic.net> on 2002/08/01 06:13:17 UTC

Own Jetspeed Authentication

Gurus:

I am implementing my own Jetspeed Authentication and as per advice I should
implement my classes based on the PortalAuthentication Interface and
implemented my own login, logout, getAnonymousUser methods.  Turbine
Authentication has init, putUserIntoContext and getUserFromContext methods.
Can someone elaborate the uses of the other 3 methods from Turbine
Authentication.  I am able to login using my own implementation but after I
have logged in, a Horrible Exception occurs indicating a NULL value upon
jUserLogin.doPerform method (specifically on the
(data.getUser().hasLogIn())).  How can the 3 additional method can Help???

Please advice.  Thanks. 

rodel m. talampas *



RE: Own Jetspeed Authentication

Posted by David Sean Taylor <da...@bluesunrise.com>.
The init() method is required by Turbine service signature.
See Turbine docs.
The putUserIntoContext and getUserFromContext methods are just helpers
specific to the implementation.

Have you checked out the source from the lastest cvs head? I believe there
was a bug fix related to the NULL problem you are experiencing

>  -----Original Message-----
> From: 	Rodel Manalo Talampas [mailto:rtalampas@rt.telic.net]
> Sent:	Wednesday, July 31, 2002 9:13 PM
> To:	Jet Speed User List
> Subject:	Own Jetspeed Authentication
>
> Gurus:
>
> I am implementing my own Jetspeed Authentication and as per advice I
should implement my classes based on the PortalAuthentication Interface and
implemented my own login, logout, getAnonymousUser methods.  Turbine
Authentication has init, putUserIntoContext and getUserFromContext methods.
Can someone elaborate the uses of the other 3 methods from Turbine
Authentication.  I am able to login using my own implementation but after I
have logged in, a Horrible Exception occurs indicating a NULL value upon
jUserLogin.doPerform method (specifically on the
(data.getUser().hasLogIn())).  How can the 3 additional method can Help???
>
> Please advice.  Thanks.
>
> rodel m. talampas *
>
>  << File: ATT00022.txt >>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>