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

Packages that use PrePostInvocationAttributeFactory
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 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-2011 SpringSource, Inc. All Rights Reserved.