That is where I am stuck - it was the delegation I could not figure
out. What do I use to do this? What objects/methods do I need to throw
it over to Acegi?
Valdis Rigdon wrote:
Extend Guard, and override checkSecret() to delegate to Acegi. (I
believe you'll have to grab the very latest for this -- if you are
using RC4, it's a bit more work). For my application I have a
singleton AcegiGuard bean and attached that to the Router to protect
Resources.
John Sherwood wrote:
Hi all,
Can I get an example of how to get Restlet working with Acegi? I have
them both working individually, but I cannot seem to get them work
together. I am new to Restlet, Spring, and Acegi so just assume I do
not know anything :)
Thank you,
John Sherwood