public class

ExpressionBasedAnnotationAttributeFactory

extends Object
implements PrePostInvocationAttributeFactory
java.lang.Object
   ↳ org.springframework.security.access.expression.method.ExpressionBasedAnnotationAttributeFactory

Class Overview

PrePostInvocationAttributeFactory which interprets the annotation value as an expression to be evaluated at runtime.

Summary

Public Constructors
ExpressionBasedAnnotationAttributeFactory(MethodSecurityExpressionHandler handler)
Public Methods
PostInvocationAttribute createPostInvocationAttribute(String postFilterAttribute, String postAuthorizeAttribute)
PreInvocationAttribute createPreInvocationAttribute(String preFilterAttribute, String filterObject, String preAuthorizeAttribute)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.security.access.prepost.PrePostInvocationAttributeFactory

Public Constructors

public ExpressionBasedAnnotationAttributeFactory (MethodSecurityExpressionHandler handler)

Public Methods

public PostInvocationAttribute createPostInvocationAttribute (String postFilterAttribute, String postAuthorizeAttribute)

public PreInvocationAttribute createPreInvocationAttribute (String preFilterAttribute, String filterObject, String preAuthorizeAttribute)