Interface ISystemFilter

All Known Implementing Classes:
ReadOnlyUserVariablesFilter, SysControllerFilter

public interface ISystemFilter
  • Method Details

    • handleClientRequest

      FilterAction handleClientRequest(User sender, ISFSObject params) throws SFSException
      Handles a client request
      Parameters:
      sender - the sender of the request
      params - the parameters of the request
      Returns:
      the action returned determines if the FilterChain can continue its flow or it must stop
      Throws:
      SFSException
      See Also: