Package org.codelibs.fess.helper
Class PermissionHelper
- java.lang.Object
-
- org.codelibs.fess.helper.PermissionHelper
-
public class PermissionHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringallowPrefixprotected StringdenyPrefixprotected StringgroupPrefixprotected StringrolePrefixprotected SystemHelpersystemHelperprotected StringuserPrefix
-
Constructor Summary
Constructors Constructor Description PermissionHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdecode(String value)Stringencode(String value)List<String>getFileRoleTypeList(org.codelibs.fess.crawler.entity.ResponseData responseData)List<String>getFtpRoleTypeList(org.codelibs.fess.crawler.entity.ResponseData responseData)List<String>getSmbRoleTypeList(org.codelibs.fess.crawler.entity.ResponseData responseData)voidsetAllowPrefix(String allowPrefix)voidsetDenyPrefix(String denyPrefix)voidsetGroupPrefix(String groupPrefix)voidsetRolePrefix(String rolePrefix)voidsetUserPrefix(String userPrefix)
-
-
-
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)
-
-