Uses of Class
org.springframework.security.access.prepost.PostAuthorize

Packages that use PostAuthorize
org.springframework.security.access.expression.method   
org.springframework.security.access.prepost Contains the infrastructure classes for handling the @PreAuthorize, @PreFilter, @PostAuthorize and 
 

Uses of PostAuthorize in org.springframework.security.access.expression.method
 

Methods in org.springframework.security.access.expression.method with parameters of type PostAuthorize
 PostInvocationAttribute ExpressionBasedAnnotationAttributeFactory.createPostInvocationAttribute(PostFilter postFilter, PostAuthorize postAuthorize)
           
 

Uses of PostAuthorize in org.springframework.security.access.prepost
 

Methods in org.springframework.security.access.prepost with parameters of type PostAuthorize
 PostInvocationAttribute PrePostInvocationAttributeFactory.createPostInvocationAttribute(PostFilter postFilter, PostAuthorize postAuthorize)
           
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.