RE: Question on Extending the BaseJetspeedUser Object in Jetspeed 1.4

2003-11-18 Thread Doherty, Sean
You need to update the JetspeedSecurity.properties file to specify your class as the User class. Specifically, you need to update the services.JetspeedSecurity.user.class property. You may also need to provide your own implementation of the UserManagement class if your UnifocusUser class needs

RE: Question on Extending the BaseJetspeedUser Object in Jetspeed 1.4

2003-11-18 Thread Celeste Haseltine
Sean, Ahh! I didn't catch that part. Thank you!! So when I update the JetspeedSecurity.properties file to use my custom user class (UnifocusUser), does that mean that the runData.getUser() method will return a User class of type UnifocusUser, or is it still of type TurbineUser? Or does

RE: Question on Extending the BaseJetspeedUser Object in Jetspeed 1.4

2003-11-18 Thread Doherty, Sean
It will still return a TurbineUser type, but you will be able to cast the returned object to your class and access the methods you've added. ...and you're welcome. Sean -Original Message- From: Celeste Haseltine [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 2:40 PM To: