Hi Drew,

please search the list. I answered a number of authentication related questions in detail not that long ago.

Does anyone know how to integrate RIFE with a custom authentication backend? I already have a user management/authentication library that returns users and their roles using its own DAO operations and wanted to see how I can basically replace RIFE's user management system. So basically RIFE will call something like

MyUserFacade myUserFacade = MyUserFacade.getInstance();
MyUser myUser = myUserFacade.login(userid, password);

and then use myUser for all the authentication.

I have already been to http://rifers.org/wiki/display/RIFE/ Authentication and the only thing I found helpful was http:// rifers.org/wiki/display/RIFE/Flexible+authentication but its not very detailed.

Also, does RIFE support Users with multiple Roles. If so, how does it handle the permission conflicts?

Yes, users can be in multiple roles, though the authentication verification only supports one role at a time in the default implementation.

Best regards,

Geert

--
Geert Bevin             Uwyn bvba               GTalk: [EMAIL PROTECTED]
"Use what you need"     Avenue de Scailmont 34  Skype: gbevin
http://www.uwyn.com     7170 Manage, Belgium      AIM: geertbevin
gbevin at uwyn dot com  Tel: +32 64 84 80 03   Mobile: +32 477 302 599

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net


_______________________________________________
Rife-users mailing list
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to