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 Summary
Modifier and TypeMethodDescriptiongetThis()
void
setFilterObject
(Object filterObject) void
setReturnObject
(Object returnObject) Methods inherited from interface org.springframework.security.access.expression.SecurityExpressionOperations
denyAll, getAuthentication, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll