moderator permission的許可權問題
我在看jive原始碼,發現有個
moderator permission的許可權,而且有不少地方用到了如
setModeratorMinThreadValue()
這些,誰能幫我解釋一下,moderator的功能和作用,及他在論壇中的地位和能執行的許可權。
下面是上面set方法的說明,我也沒看太明白。也請大家幫解釋一下。
/**
* Sets the default number of moderation points necessary for threads to be
* visible in the forum. The default moderation points value can be used in
* conjunction with the minimum thread moderation points value to
* effectively turn moderation on or off. Consider a default value of 0 and
* a minimum value of 1 -- this will mean that new messages will
* be created below the display threshold of 1, and must be assigned a
* moderation point before being visible.<p>
*
* By default, the minimum and default message moderation value is 1.
*
* @param value the minimum number of moderation points for threads to be
* visible.
* @throws UnauthorizedException if does not have ADMIN or MODERATE_THREADS
* permissions.
*/
public void setModerationMinThreadValue(int value)
throws UnauthorizedException;
moderator permission的許可權,而且有不少地方用到了如
setModeratorMinThreadValue()
這些,誰能幫我解釋一下,moderator的功能和作用,及他在論壇中的地位和能執行的許可權。
下面是上面set方法的說明,我也沒看太明白。也請大家幫解釋一下。
/**
* Sets the default number of moderation points necessary for threads to be
* visible in the forum. The default moderation points value can be used in
* conjunction with the minimum thread moderation points value to
* effectively turn moderation on or off. Consider a default value of 0 and
* a minimum value of 1 -- this will mean that new messages will
* be created below the display threshold of 1, and must be assigned a
* moderation point before being visible.<p>
*
* By default, the minimum and default message moderation value is 1.
*
* @param value the minimum number of moderation points for threads to be
* visible.
* @throws UnauthorizedException if does not have ADMIN or MODERATE_THREADS
* permissions.
*/
public void setModerationMinThreadValue(int value)
throws UnauthorizedException;
相關文章
- Android permission許可權Android
- android自定義訪問許可權permissionAndroid訪問許可權
- android:各種訪問許可權PermissionAndroid訪問許可權
- flutter許可權管理permission_handlerFlutter
- Android許可權管理之Permission許可權機制及使用Android
- MySQL許可權問題MySql
- android 許可權問題Android
- SQL Server許可權問題SQLServer
- 認證/授權與許可權的問題
- sqlserver 賦予許可權的問題SQLServer
- Nginx報錯:Permission denied,沒有許可權!Nginx
- 各位高手,問下許可權上的問題
- Laravel 框架的日誌許可權問題Laravel框架
- public_html的許可權問題(轉)HTML
- Docker容器掛載資料卷出現Permission denied許可權問題的解決辦法Docker
- Ubuntu 下 Composer 許可權問題Ubuntu
- vue許可權問題解決方案Vue
- hdfs檔案本地許可權問題
- Laravel Daily 日誌許可權問題LaravelAI
- Mysql資料庫許可權問題MySql資料庫
- ASM中磁碟組許可權問題ASM
- Win7最高許可權問題Win7
- linux檔案許可權問題Linux
- 授權物件許可權後的授權者顯示問題物件
- Hyperf 使用 hyperf-permission 元件實現許可權管理元件
- android permission 許可權與安全機制解析(下)Android
- Permission API 統一查詢許可權狀態API
- android permission許可權與安全機制解析(上)Android
- 關於公司程式碼許可權的問題
- MySQL儲存過程的許可權問題MySql儲存過程
- 關於oracle檔案許可權的問題Oracle
- Grafana9的dashboard許可權問題Grafana
- java的訪問許可權Java訪問許可權
- PermissionError: [Errno 13] Permission denied:的許可權該怎麼解決。。。Error
- 基於角色的許可權系統的問題
- Oracle的物件許可權、角色許可權、系統許可權Oracle物件
- Laravel 日誌檔案許可權問題Laravel
- iOS10 許可權崩潰問題iOS