Class BaseFilteredIPAction

    • Constructor Detail

      • BaseFilteredIPAction

        public BaseFilteredIPAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            FilteredIP filteredip)
      • lockFilteredIPs

        protected void lockFilteredIPs​(FilteredIP filteredip,
                                       jakarta.servlet.http.HttpServletRequest req)
                                throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockFilteredIPs

        protected void unLockFilteredIPs​(FilteredIP filteredip,
                                         jakarta.servlet.http.HttpServletRequest req,
                                         boolean unlockByTimeoout)
                                  throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkFilteredIPs

        protected void checkFilteredIPs​(FilteredIP filteredip,
                                        jakarta.servlet.http.HttpServletRequest req)
                                 throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateFilteredIPs

        protected void canUpdateFilteredIPs​(FilteredIP filteredip,
                                            jakarta.servlet.http.HttpServletRequest req)
                                     throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception