This plugin is used to listen to events when users log in (start a session). The configuration can be found in
wiki-service/src/main/resources/conf/portal/configuration.xml
.
Sample configuration:
<external-component-plugins>
<target-component>org.exoplatform.services.listener.ListenerService</target-component>
<component-plugin>
<name>org.exoplatform.web.GenericHttpListener.sessionCreated</name>
<set-method>addListener</set-method>
<type>org.exoplatform.wiki.service.impl.SessionCreatedListener</type>
<description>description</description>
</component-plugin>
</external-component-plugins>
In which:
Name:
urlresolver
Set-method:
addListener
Type:
org.exoplatform.wiki.service.impl.SessionCreatedListener