Interface MethodSecurityExpressionOperations
- All Superinterfaces:
- SecurityExpressionOperations
Interface which must be implemented if you want to use filtering in method security
 expressions.
- Since:
- 3.1.1
- 
Method SummaryModifier and TypeMethodDescriptiongetThis()voidsetFilterObject(Object filterObject) voidsetReturnObject(Object returnObject) Methods inherited from interface org.springframework.security.access.expression.SecurityExpressionOperationsdenyAll, getAuthentication, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll