AuthenticationManager, UserGroupManager, ParticipiantModel Question..

Andrea Zoppello <[email protected]> Wed, 07 Sep 2005 15:50:47 +0200
Newsgroups gmane.comp.java.enhydra.shark
Message-ID <[email protected]>
Hi,

I'm evaluating shark to use it in a project.

I need to use an external authentication system, for this reason i will 
implement my own AuthenticationManager and
UserGroupManager class.

The point that i've not understand well is the relation with the 
ParticipiantMappingModel.

My question is:
If  i use my own version of AuthenticationManager and UserGroupManager 
can i continue to use the api of shark
for creating participiant mapping?

I use the following code for create Participiant Mapping:

   ParticipantMappingAdministration pma = 
Shark.getInstance().getAdminInterface().getParticipantMappingAdministration();
           
   ParticipantMap participiant = pma.createParticipantMap();

   participiant.setPackageId("MyPackage");
   participiant.setProcessDefinitionId("MyProcessDefId");
   participiant.setUsername("aaaaa");
   participiant.setIsGroupUser(false);
   participiant.setParticipantId("MyRole");

 Thanks
  Andrea Zoppello
message-footer.txt (text/plain, 271 B)
--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws