com.xpn.xwiki.plugin.rightsmanager
Class RightsManagerListener
java.lang.Object
com.xpn.xwiki.plugin.rightsmanager.RightsManagerListener
- All Implemented Interfaces:
- org.xwiki.observation.EventListener
public final class RightsManagerListener
- extends Object
- implements org.xwiki.observation.EventListener
Listener to user and groups events to apply related automatic task like cleaning groups and rights objects.
- Since:
- XWiki Core 2.2.3
- Version:
- $Id: 9a4f6272110ae49280ef97a123c5a8366f2e6103 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static RightsManagerListener getInstance()
- Returns:
- a unique instance of RightsManager. Thread safe.
getName
public String getName()
- Specified by:
getName
in interface org.xwiki.observation.EventListener
getEvents
public List<org.xwiki.observation.event.Event> getEvents()
- Specified by:
getEvents
in interface org.xwiki.observation.EventListener
onEvent
public void onEvent(org.xwiki.observation.event.Event event,
Object source,
Object data)
- Specified by:
onEvent
in interface org.xwiki.observation.EventListener
Copyright © 2004-2013 XWiki. All Rights Reserved.