mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 14:22:47 +00:00
Fix Formatting
This commit is contained in:
parent
3aec6c2f6e
commit
c21295f8d1
@ -96,8 +96,9 @@ import org.springframework.util.StringUtils;
|
|||||||
* All comparisons and prefixes are case sensitive.
|
* All comparisons and prefixes are case sensitive.
|
||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
* @deprecated please use {@link AclPermissionEvaluator} instead. Spring Method Security annotations
|
* @deprecated please use {@link AclPermissionEvaluator} instead. Spring Method Security
|
||||||
* may also prove useful, for example {@code @PreAuthorize("hasPermission(#id, ObjectsReturnType.class, read)")}
|
* annotations may also prove useful, for example
|
||||||
|
* {@code @PreAuthorize("hasPermission(#id, ObjectsReturnType.class, read)")}
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class AclEntryVoter extends AbstractAclVoter {
|
public class AclEntryVoter extends AbstractAclVoter {
|
||||||
|
@ -40,8 +40,9 @@ import org.springframework.util.ObjectUtils;
|
|||||||
* services.
|
* services.
|
||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
* @deprecated please use {@link AclPermissionEvaluator} instead. Spring Method Security annotations
|
* @deprecated please use {@link AclPermissionEvaluator} instead. Spring Method Security
|
||||||
* may also prove useful, for example {@code @PostAuthorize("hasPermission(filterObject, read)")}
|
* annotations may also prove useful, for example
|
||||||
|
* {@code @PostAuthorize("hasPermission(filterObject, read)")}
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public abstract class AbstractAclProvider implements AfterInvocationProvider {
|
public abstract class AbstractAclProvider implements AfterInvocationProvider {
|
||||||
|
@ -63,8 +63,9 @@ import org.springframework.security.core.Authentication;
|
|||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
* @author Paulo Neves
|
* @author Paulo Neves
|
||||||
* @deprecated please use {@link AclPermissionEvaluator} instead. Spring Method Security annotations
|
* @deprecated please use {@link AclPermissionEvaluator} instead. Spring Method Security
|
||||||
* may also prove useful, for example {@code @PostFilter("hasPermission(filterObject, read)")}
|
* annotations may also prove useful, for example
|
||||||
|
* {@code @PostFilter("hasPermission(filterObject, read)")}
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class AclEntryAfterInvocationCollectionFilteringProvider extends AbstractAclProvider {
|
public class AclEntryAfterInvocationCollectionFilteringProvider extends AbstractAclProvider {
|
||||||
|
@ -60,8 +60,10 @@ import org.springframework.security.core.SpringSecurityMessageSource;
|
|||||||
* granted and <code>null</code> will be returned.
|
* granted and <code>null</code> will be returned.
|
||||||
* <p>
|
* <p>
|
||||||
* All comparisons and prefixes are case sensitive.
|
* All comparisons and prefixes are case sensitive.
|
||||||
* @deprecated please use {@link AclPermissionEvaluator} instead. Spring Method Security annotations
|
*
|
||||||
* may also prove useful, for example {@code @PostAuthorize("hasPermission(filterObject, read)")}
|
* @deprecated please use {@link AclPermissionEvaluator} instead. Spring Method Security
|
||||||
|
* annotations may also prove useful, for example
|
||||||
|
* {@code @PostAuthorize("hasPermission(filterObject, read)")}
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class AclEntryAfterInvocationProvider extends AbstractAclProvider implements MessageSourceAware {
|
public class AclEntryAfterInvocationProvider extends AbstractAclProvider implements MessageSourceAware {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user