Uses of Package
org.springframework.security.access.prepost

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

Classes in org.springframework.security.access.prepost used by org.springframework.security.access.expression.method
PostAuthorize
          Annotation for specifying a method access-control expression which will be evaluated after a method has been invoked.
PostFilter
          Annotation for specifying a method filtering expression which will be evaluated after a method has been invoked.
PostInvocationAttribute
          Marker interface for attributes which are created from combined @PostFilter and @PostAuthorize annotations.
PostInvocationAuthorizationAdvice
          Performs filtering and authorization logic after a method is invoked.
PreAuthorize
          Annotation for specifying a method access-control expression which will be evaluated to decide whether a method invocation is allowed or not.
PreFilter
          Annotation for specifying a method filtering expression which will be evaluated before a method has been invoked.
PreInvocationAttribute
          Marker interface for attributes which are created from combined @PreFilter and @PreAuthorize annotations.
PreInvocationAuthorizationAdvice
          Performs argument filtering and authorization logic before a method is invoked.
PrePostInvocationAttributeFactory
           
 

Classes in org.springframework.security.access.prepost used by org.springframework.security.access.prepost
PostAuthorize
          Annotation for specifying a method access-control expression which will be evaluated after a method has been invoked.
PostFilter
          Annotation for specifying a method filtering expression which will be evaluated after a method has been invoked.
PostInvocationAttribute
          Marker interface for attributes which are created from combined @PostFilter and @PostAuthorize annotations.
PostInvocationAuthorizationAdvice
          Performs filtering and authorization logic after a method is invoked.
PreAuthorize
          Annotation for specifying a method access-control expression which will be evaluated to decide whether a method invocation is allowed or not.
PreFilter
          Annotation for specifying a method filtering expression which will be evaluated before a method has been invoked.
PreInvocationAttribute
          Marker interface for attributes which are created from combined @PreFilter and @PreAuthorize annotations.
PreInvocationAuthorizationAdvice
          Performs argument filtering and authorization logic before a method is invoked.
PrePostInvocationAttributeFactory
           
 



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