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
ConstructorsConstructorDescriptionDeprecated. -
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:
createPreInvocationAttributein interfacePrePostInvocationAttributeFactory
-
createPostInvocationAttribute
public PostInvocationAttribute createPostInvocationAttribute(String postFilterAttribute, String postAuthorizeAttribute) Deprecated.- Specified by:
createPostInvocationAttributein interfacePrePostInvocationAttributeFactory
-
AuthorizationManagerinterceptors instead