Package org.springframework.security.access.expression

Expression handling code to support the use of Spring-EL based expressions in @PreAuthorize, @PreFilter, @PostAuthorize and @PostFilter annotations.

See:
          Description

Class Summary
ExpressionUtils  
SecurityExpressionRoot Base root object for use in Spring Security expression evaluations.
 

Package org.springframework.security.access.expression Description

Expression handling code to support the use of Spring-EL based expressions in @PreAuthorize, @PreFilter, @PostAuthorize and @PostFilter annotations. Mainly for internal framework use and liable to change.

Since:
3.0