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

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

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

Classes in org.springframework.security.access.expression.method that implement PrePostInvocationAttributeFactory
 class ExpressionBasedAnnotationAttributeFactory
          PrePostInvocationAttributeFactory which interprets the annotation value as an expression to be evaluated at runtime.
 

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

Constructors in org.springframework.security.access.prepost with parameters of type PrePostInvocationAttributeFactory
PrePostAnnotationSecurityMetadataSource(PrePostInvocationAttributeFactory attributeFactory)
           
 



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