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 Details

    • setFilterObject

      void setFilterObject(Object filterObject)
    • getFilterObject

      @Nullable Object getFilterObject()
    • setReturnObject

      void setReturnObject(@Nullable Object returnObject)
    • getReturnObject

      @Nullable Object getReturnObject()
    • getThis

      @Nullable Object getThis()