Hi Ben:
I have been using Acegi for the past two days. Here is what I like to do. I have an object that is called Userstore which holds all the user information. The API I have with userstore is boolean athenticate(String username, String password). I like to use acegi to do the authentication without too much change of the userstore. In another word, I would like userstore to operate without the knowledge of acegi. Only acegi is sending information to get the userstore and use its api. There are methods inside userstore like constructors so I can get a good userstore to start it with.
Anyway, I am taking a baby steps approach so eventually I like to use cas to talk to the userstore. Can I get some help on this please
Thanks