Does any one have any experience to put security(acegi) authentication over Spring's services and WebServices? code sample are more then welcome...
AppFuse uses Acegi by default.
http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAuthentication
http://appfuse.org/display/APF/Home
You have a step-by-step how to move a an application (both web and services) to be secured using Acegi at http://static.springframework.org/spring-security/site/petclinic-tutoria... . It takes the PetClinic and secures it, so you can do it to your application.
Please note Acegi moved to be Spring-Security now - Acegi itself is deprecated - see http://www.acegisecurity.org/
Thank you,
Comments
AppFuse uses Acegi by default.
http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseAuthentication
http://appfuse.org/display/APF/Home
You have a step-by-step how to move a an application (both web and services) to be secured using Acegi at http://static.springframework.org/spring-security/site/petclinic-tutoria... . It takes the PetClinic and secures it, so you can do it to your application.
Please note Acegi moved to be Spring-Security now - Acegi itself is deprecated - see http://www.acegisecurity.org/
Thank you,