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

Packages that use PreAuthorize
org.springframework.security.access.expression.method Implementation of expression-based method security. 
org.springframework.security.access.prepost Contains the infrastructure classes for handling the @PreAuthorize, @PreFilter, @PostAuthorize and @PostFilter annotations. 
 

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

Methods in org.springframework.security.access.expression.method with parameters of type PreAuthorize
 PreInvocationAttribute ExpressionBasedAnnotationAttributeFactory.createPreInvocationAttribute(PreFilter preFilter, PreAuthorize preAuthorize)
           
 

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

Methods in org.springframework.security.access.prepost with parameters of type PreAuthorize
 PreInvocationAttribute PrePostInvocationAttributeFactory.createPreInvocationAttribute(PreFilter preFilter, PreAuthorize preAuthorize)
           
 



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