Hi,

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?


Thanks,
Drew

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

Reply via email to