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(PostFilter postFilter, PostAuthorize postAuthorize)
           
 PreInvocationAttribute createPreInvocationAttribute(PreFilter preFilter, PreAuthorize preAuthorize)
           
 

Method Detail

createPreInvocationAttribute

PreInvocationAttribute createPreInvocationAttribute(PreFilter preFilter,
                                                    PreAuthorize preAuthorize)

createPostInvocationAttribute

PostInvocationAttribute createPostInvocationAttribute(PostFilter postFilter,
                                                      PostAuthorize postAuthorize)