Class BaseCustomGuardDefAction

    • Constructor Detail

      • BaseCustomGuardDefAction

        public BaseCustomGuardDefAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            CustomGuardDef customguarddef)
      • lockCustomGuardDefs

        protected void lockCustomGuardDefs​(CustomGuardDef customguarddef,
                                           jakarta.servlet.http.HttpServletRequest req)
                                    throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockCustomGuardDefs

        protected void unLockCustomGuardDefs​(CustomGuardDef customguarddef,
                                             jakarta.servlet.http.HttpServletRequest req,
                                             boolean unlockByTimeoout)
                                      throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkCustomGuardDefs

        protected void checkCustomGuardDefs​(CustomGuardDef customguarddef,
                                            jakarta.servlet.http.HttpServletRequest req)
                                     throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateCustomGuardDefs

        protected void canUpdateCustomGuardDefs​(CustomGuardDef customguarddef,
                                                jakarta.servlet.http.HttpServletRequest req)
                                         throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception