Interface MethodSecurityExpressionOperations
-
- All Superinterfaces:
SecurityExpressionOperations
public interface MethodSecurityExpressionOperations extends SecurityExpressionOperations
Interface which must be implemented if you want to use filtering in method security expressions.- Since:
- 3.1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getFilterObject()
java.lang.Object
getReturnObject()
java.lang.Object
getThis()
void
setFilterObject(java.lang.Object filterObject)
void
setReturnObject(java.lang.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
-
-