org.springframework.security.access.prepost
Interface PrePostInvocationAttributeFactory

All Superinterfaces:
AopInfrastructureBean
All Known Implementing Classes:
ExpressionBasedAnnotationAttributeFactory

public interface PrePostInvocationAttributeFactory
extends AopInfrastructureBean

Since:
3.0

Method Summary
 PostInvocationAttribute createPostInvocationAttribute(String postFilterAttribute, String postAuthorizeAttribute)
           
 PreInvocationAttribute createPreInvocationAttribute(String preFilterAttribute, String filterObject, String preAuthorizeAttribute)
           
 

Method Detail

createPreInvocationAttribute

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

createPostInvocationAttribute

PostInvocationAttribute createPostInvocationAttribute(String postFilterAttribute,
                                                      String postAuthorizeAttribute)