What is Acegi Security?Acegi Security is an open source project that provides comprehensive authentication and authorization services for enterprise applications based on The Spring Framework. Acegi Security can authenticate using a variety of pluggable providers, and can authorize both web requests and method invocations. Acegi Security provides an integrated security approach across these various targets, and also offers access control list (ACL) capabilities to enable individual domain object instances to be secured. At an implementation level, Acegi Security is managed through Spring's inversion of control and lifecycle services, and actually enforces security using interception through servlet Filters and Java AOP frameworks. In terms of AOP framework support, Acegi Security currently supports AOP Alliance (which is what the Spring IoC container uses internally) and AspectJ, although additional frameworks can be easily supported.My tutorials :None
3rd party tutorials :Software and downloads :None
General questions and answers :None
Common problems and solutions :None
Techniques and common solutions:None
Project site & reference documentation: |
