Interface IActionAuthorizer

    • Method Detail

      • getAction

        Action getAction()
        Gets the action that this authorizer authorizes.
        Returns:
        The action that this authorizer authorizes
      • authorizeAction

        boolean authorizeAction​(Component component)
        Gets whether this action is authorized.
        Parameters:
        component - The component to authorize this action on
        Returns:
        True if this action is authorized