Interface ISystemFilter

    • Method Detail

      • 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:
        FilterAction