Class ExpressionBasedAnnotationAttributeFactory
java.lang.Object
org.springframework.security.access.expression.method.ExpressionBasedAnnotationAttributeFactory
- All Implemented Interfaces:
org.springframework.aop.framework.AopInfrastructureBean
,PrePostInvocationAttributeFactory
@Deprecated
public class ExpressionBasedAnnotationAttributeFactory
extends Object
implements PrePostInvocationAttributeFactory
Deprecated.
PrePostInvocationAttributeFactory
which interprets the annotation value as an
expression to be evaluated at runtime.- Since:
- 3.0
-
Constructor Summary
ConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreatePostInvocationAttribute
(String postFilterAttribute, String postAuthorizeAttribute) Deprecated.createPreInvocationAttribute
(String preFilterAttribute, String filterObject, String preAuthorizeAttribute) Deprecated.
-
Constructor Details
-
ExpressionBasedAnnotationAttributeFactory
Deprecated.
-
-
Method Details
-
createPreInvocationAttribute
public PreInvocationAttribute createPreInvocationAttribute(String preFilterAttribute, String filterObject, String preAuthorizeAttribute) Deprecated.- Specified by:
createPreInvocationAttribute
in interfacePrePostInvocationAttributeFactory
-
createPostInvocationAttribute
public PostInvocationAttribute createPostInvocationAttribute(String postFilterAttribute, String postAuthorizeAttribute) Deprecated.- Specified by:
createPostInvocationAttribute
in interfacePrePostInvocationAttributeFactory
-
AuthorizationManager
interceptors instead