-
Book Overview & Buying
-
Table Of Contents
Learning Modular Java Programming
By :
Spring provides a handy, well-defined, declarative solution to provide security by handling authentication and authorization at both request level and method invocation level. Spring provides two ways to handle security:
Servlet filters: To handle Web request and URL access restrictions
Spring AOP: To handle secure method invocations
Spring provides eight modules to handle Spring Security, as follows:
|
Module |
Description |
|---|---|
|
ACL |
This provides support for domain object security via access control lists. The |
|
CAS Client |
This provides integration with JA-SIG's Central Authentication Service. The |
|
Configuration |
This contains support for Spring Security's XML namespace. The |
|
Core |
This provides the Spring Security library, which supports standalone applications... |