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 TypeMethodDescription@Nullable Object
@Nullable Object
@Nullable Object
getThis()
void
setFilterObject
(Object filterObject) void
setReturnObject
(@Nullable 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