Sangam, Looks to me like Turbine does the user authentication and mangement, so you're going to need to get those sources.
You might want to check the TURBINE_USER, TURBINE_GROUP, TURBINE_ROLE and other related tables in the database to get a sense of the structure. I followed the code from org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer into Turbine and got lost pretty quickly. Mostly because I'm very new to Java. [I also see in passing that if you're clever you can deploy LDAP. If I can ever get beyond my current basic problems I plan to do that too.] --this advice from someone who is a complete beginner, so you can take it or leave it. Bill > -----Original Message----- > From: Sangam Dash [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 3:44 PM > To: Jetspeed Users List > Subject: Java Source > > > Hi > > > I am all set with jetspeed and some custom changes for my website > Thanks for all your help > Now i am trying to create more custom classes inside java for jetspeed > does somebody know how to create custom controllers and custom controls > does anybody know which java files handles issues like login logout and > then control permissions for a user? > Thanks > Sangam Dash > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
