All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.security.acls.package-info Maven / Gradle / Ivy

There is a newer version: 6.3.0
Show newest version
/**
 * 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 - 2024 Weber Informatics LLC | Privacy Policy