Class EditAclHandler

    • Constructor Detail

      • EditAclHandler

        public EditAclHandler()
    • Method Detail

      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Description copied from class: JcmsFormHandler
        Method to be implemented to check/validate action to be performed and process them.

        Default implementation is to return false. No need to call super method.

        This method may NOT be invoked at all if security validation are not met.

        You must ensure your handler and JSP can work properly without any code invoked in this method.

        Overrides:
        processAction in class EditDataHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception
      • sendRedirect

        protected void sendRedirect()
                             throws java.io.IOException
        Overrides:
        sendRedirect in class EditDataHandler
        Throws:
        java.io.IOException
      • getAvailableName

        public java.lang.String getAvailableName()
      • setName

        public void setName​(java.lang.String v)
      • getAvailableWorkspaceACL

        public boolean getAvailableWorkspaceACL()
      • setWorkspaceACL

        public void setWorkspaceACL​(boolean isWorkspaceACL)
      • getAvailableAdminOnly

        public boolean getAvailableAdminOnly()
      • setAdminOnly

        public void setAdminOnly​(boolean isAdminOnly)
      • setAclResources

        public void setAclResources​(java.lang.String[] aclResources)
      • getAvailableExplicitAccessAuthorization

        public java.lang.Boolean getAvailableExplicitAccessAuthorization​(java.lang.String resource)