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 Doherty, Sean
Message- From: Doherty, Sean [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 1:34 PM To: 'Jetspeed Users List' Subject: RE: Question on Extending the BaseJetspeedUser Object in Jetspeed 1.4 You need to update the JetspeedSecurity.properties file to specify your class as the User class

RE: Jetspeed with an Object Oriented DB for managing users and ro les.

2003-10-02 Thread Doherty, Sean
We haven't used an OODB, but we do have a company J2EE-based infrastructure that provides security for all our applications. I wrote adapters to delegate the Jetspeed security requests to our infrastructure. I needed to provide implementations for the PortalAuthentication, GroupManagment,