Deploying policies
Assume the application you want to secure relies on Spring Security.
Use Method-Level Security
Method-level security is used to restrict access at the controller, service or repository layer.
Use @PreAuthorize
or @PostAuthorize
annotations to apply authorization checks on method calls. These annotations support SpEL (Spring Expression Language) for complex conditions.
Configure Big ACL Connector
Big ACL provides a connector for Spring Security and Spring Security ACL
Including the dependency in your project
Last updated