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