JBoss.orgCommunity Documentation
With the Forum Service management view, you can view ADMIN rules, statistics, such as the number of online users, and information of Mail Service configuration.
The JMX name template of Forum MBeans: exo:portal="portal",service=forum.
Attribute | Description |
---|---|
AdminRules
| The list of rules defining administrators. |
ContactProvider
| The string containing the specific ContactProvider implementation name which provides user profile to the forum, including: org.exoplatform.ks.com mon.user.BusinessProfileContactProvider, org.exoplatform.ks.common.user.DefaultCo ntactProvider,org.exoplatform.ks.common. user.PersonalProfileContactProvider. |
MailServiceConfig
| The string containing the configuration of the Mail service used for the notifications in Knowledge. |
OnlineUsers
| The list of currently online users. |
Operation | Description |
---|---|
countOnlineUsers
| Return the number of currently online users. |
hasForumAdminRole(String username)
| Check if the user is the forum administrator or not. |
getAdminRules
| Return the list of rules defining administrators. |
getOnlineUsers
| Return the list of online users. |
getContactProvider
| Return the name of a specific ContactProvider implementation. |
setContactProvider(String contactProviderClassName
| Set a specific ContactProvider implementation. The user profile on portal is obtained to populate into that of Forum. |
getMailServiceConfig
| Return the Mail service configuration used to send notifications in Knowledge. |