org.springframework.security.access.prepost
Interface PrePostInvocationAttributeFactory
- All Superinterfaces:
- AopInfrastructureBean
- All Known Implementing Classes:
- ExpressionBasedAnnotationAttributeFactory
public interface PrePostInvocationAttributeFactory
- extends AopInfrastructureBean
- Since:
- 3.0
- Version:
- $Id: PrePostInvocationAttributeFactory.java 3800 2009-08-04 00:18:07Z ltaylor $
- Author:
- Luke Taylor
createPreInvocationAttribute
PreInvocationAttribute createPreInvocationAttribute(PreFilter preFilter,
PreAuthorize preAuthorize)
createPostInvocationAttribute
PostInvocationAttribute createPostInvocationAttribute(PostFilter postFilter,
PostAuthorize postAuthorize)
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.