Class PermissionHelper


  • public class PermissionHelper
    extends Object
    • Field Detail

      • rolePrefix

        protected String rolePrefix
      • groupPrefix

        protected String groupPrefix
      • userPrefix

        protected String userPrefix
      • allowPrefix

        protected String allowPrefix
      • denyPrefix

        protected String denyPrefix
    • Constructor Detail

      • PermissionHelper

        public PermissionHelper()
    • Method Detail

      • setRolePrefix

        public void setRolePrefix​(String rolePrefix)
      • setGroupPrefix

        public void setGroupPrefix​(String groupPrefix)
      • setUserPrefix

        public void setUserPrefix​(String userPrefix)
      • getSmbRoleTypeList

        public List<String> getSmbRoleTypeList​(org.codelibs.fess.crawler.entity.ResponseData responseData)
      • getFileRoleTypeList

        public List<String> getFileRoleTypeList​(org.codelibs.fess.crawler.entity.ResponseData responseData)
      • getFtpRoleTypeList

        public List<String> getFtpRoleTypeList​(org.codelibs.fess.crawler.entity.ResponseData responseData)
      • setAllowPrefix

        public void setAllowPrefix​(String allowPrefix)
      • setDenyPrefix

        public void setDenyPrefix​(String denyPrefix)