Package org.springframework.security.access.prepost
package org.springframework.security.access.prepost
Contains the infrastructure classes for handling the
@PreAuthorize
,
@PreFilter
, @PostAuthorize
and @PostFilter
annotations.
Other than the annotations themselves, the classes should be regarded as for internal framework use and are liable to change without notice.
-
ClassDescriptionAnnotation for specifying a method access-control expression which will be evaluated after a method has been invoked.Annotation for specifying a method filtering expression which will be evaluated after a method has been invoked.Deprecated.Deprecated.Use
AuthorizationManagerAfterMethodInterceptor
insteadDeprecated.UseAuthorizationManagerAfterMethodInterceptor
insteadAnnotation for specifying a method access-control expression which will be evaluated to decide whether a method invocation is allowed or not.Annotation for specifying a method filtering expression which will be evaluated before a method has been invoked.Deprecated.UseAuthorizationManagerBeforeMethodInterceptor
insteadDeprecated.UseAuthorizationManagerBeforeMethodInterceptor
insteadDeprecated.UseAuthorizationManagerBeforeMethodInterceptor
insteadDeprecated.Deprecated.UsePreAuthorizeAuthorizationManager
andPostAuthorizeAuthorizationManager
insteadDeprecated.Use delegation withAuthorizationManager
AuthorizationManagerAfterMethodInterceptor
instead