Uses of Interface
org.springframework.security.access.prepost.PreInvocationAuthorizationAdvice

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

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

Classes in org.springframework.security.access.expression.method that implement PreInvocationAuthorizationAdvice
 class ExpressionBasedPreInvocationAdvice
          Method pre-invocation handling based on expressions.
 

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

Constructors in org.springframework.security.access.prepost with parameters of type PreInvocationAuthorizationAdvice
PreInvocationAuthorizationAdviceVoter(PreInvocationAuthorizationAdvice pre)
           
 



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