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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetFilterObject()java.lang.ObjectgetReturnObject()java.lang.ObjectgetThis()voidsetFilterObject(java.lang.Object filterObject)voidsetReturnObject(java.lang.Object returnObject)- 
Methods inherited from interface org.springframework.security.access.expression.SecurityExpressionOperationsdenyAll, getAuthentication, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll
 
- 
 
-