Hi Lars,
Is there a way to provide an alternative implementation to replace MemoryUser or DatabaseUser?
Yes you can, but you'll have to write your own authentication element and deployer. Don't fred though, this is quite easy and you can mostly extend what exists. The best starting point is to look at these and create your own versions:
http://rifers.org:8088/browse/rifers/rife/trunk/src/framework/com/ uwyn/rife/authentication/elements/MixedAuthenticatedDeployer.java?r= trunk
http://rifers.org:8088/browse/rifers/rife/trunk/src/framework/com/ uwyn/rife/authentication/elements/MixedAuthenticated.java?r=trunk
http://rifers.org:8088/browse/rifers/rife/trunk/src/elements/rife/ authenticated/mixed.xml?r=trunk
Or am I misunderstanding something completely?
No, you're not, I was just illustrating that you can actually do anything you like.
Best regards, Geert -- Geert Bevin Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
