Package org.springframework.security.access.expression.method
Implementation of expression-based method security.
- Since:
- 3.0
-
Interface Summary Interface Description MethodSecurityExpressionHandler Extended expression-handler facade which adds methods which are specific to securing method invocations.MethodSecurityExpressionOperations Interface which must be implemented if you want to use filtering in method security expressions. -
Class Summary Class Description DefaultMethodSecurityExpressionHandler The standard implementation ofMethodSecurityExpressionHandler
.ExpressionBasedAnnotationAttributeFactory Deprecated. UseAuthorizationManager
interceptors insteadExpressionBasedPostInvocationAdvice Deprecated. UseAuthorizationManagerAfterMethodInterceptor
insteadExpressionBasedPreInvocationAdvice Deprecated. UseAuthorizationManagerAfterMethodInterceptor
instead