You are looking at documentation for an older release. Not what you want? See the current release documentation.
The FAQUserListener
plugin is used to process the user information when the user is deleted from the system.
To use the plugin in the component configuration, you must use the following target-component:
<target-component>org.exoplatform.services.organization.OrganizationService</target-component>
The configuration is applied mainly in extension/webapp/src/main/webapp/WEB-INF/ks-extension/ks/ks-configuration.xml
.
Sample configuration:
<component-plugin>
<name>answer.user.event.listener</name>
<set-method>addListenerPlugin</set-method>
<type>org.exoplatform.faq.service.conf.FAQUserListener</type>
<description>calculate info when deleted users</description>
</component-plugin>
Name:
answer.user.event.listener
Type:
org.exoplatform.faq.service.conf.FAQUserListener