Interface Blockable


  • public interface Blockable
    An interface that allows a Component to specify when to block an AuRequest from client, for security control.
    Author:
    simonpai since 5.0.8
    • Method Detail

      • shallBlock

        boolean shallBlock​(AuRequest request)
        Return true if the request shall be blocked.