Package org.springframework.security.access.expression.method
package org.springframework.security.access.expression.method
Implementation of expression-based method security.
- Since:
- 3.0
-
ClassDescriptionThe standard implementation of
MethodSecurityExpressionHandler
.Deprecated.Deprecated.UseAuthorizationManagerAfterMethodInterceptor
insteadDeprecated.UseAuthorizationManagerAfterMethodInterceptor
insteadExtended expression-handler facade which adds methods which are specific to securing method invocations.Interface which must be implemented if you want to use filtering in method security expressions.
AuthorizationManager
interceptors instead