org.springframework.security.acls.package-info Maven / Gradle / Ivy
/**
* The Spring Security ACL package which implements instance-based security for domain objects.
*
* Consider using the annotation based approach ({@code @PreAuthorize}, {@code @PostFilter} annotations) combined
* with a {@link org.springframework.security.acls.AclPermissionEvaluator} in preference to the older and more verbose
* attribute/voter/after-invocation approach from versions before Spring Security 3.0.
*/
package org.springframework.security.acls;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy