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:[EMAIL PROTECTED]] > 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
