Class DeleteAllSecurityRequirementsCommand

  • All Implemented Interfaces:
    ICommand

    public class DeleteAllSecurityRequirementsCommand
    extends AbstractCommand
    A command used to delete all security requirements from a document or operation.
    Author:
    eric.wittmann@gmail.com
    • Field Detail

      • _parentPath

        public NodePath _parentPath
      • _oldSecurityRequirements

        public List<com.fasterxml.jackson.databind.node.ObjectNode> _oldSecurityRequirements
    • Constructor Detail

      • DeleteAllSecurityRequirementsCommand

        public DeleteAllSecurityRequirementsCommand()
      • DeleteAllSecurityRequirementsCommand

        public DeleteAllSecurityRequirementsCommand​(Node parent)