org.springframework.security.access.prepost
Interface PrePostInvocationAttributeFactory
- All Superinterfaces: 
- AopInfrastructureBean
- All Known Implementing Classes: 
- ExpressionBasedAnnotationAttributeFactory
- public interface PrePostInvocationAttributeFactory 
- extends AopInfrastructureBean
- Since:
- 3.0
 
createPreInvocationAttribute
PreInvocationAttribute createPreInvocationAttribute(String preFilterAttribute,
                                                    String filterObject,
                                                    String preAuthorizeAttribute)
- 
 
- 
 
createPostInvocationAttribute
PostInvocationAttribute createPostInvocationAttribute(String postFilterAttribute,
                                                      String postAuthorizeAttribute)
- 
 
-