Class PermissionHelper

java.lang.Object
org.codelibs.fess.helper.PermissionHelper

public class PermissionHelper extends Object
  • Field Details

    • rolePrefix

      protected String rolePrefix
    • groupPrefix

      protected String groupPrefix
    • userPrefix

      protected String userPrefix
    • allowPrefix

      protected String allowPrefix
    • denyPrefix

      protected String denyPrefix
    • systemHelper

      protected SystemHelper systemHelper
  • Constructor Details

    • PermissionHelper

      public PermissionHelper()
  • Method Details

    • encode

      public String encode(String value)
    • decode

      public String decode(String value)
    • 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)