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: 21e00e4fd89fc2a164800a71e6af129e969e0927 $
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–2014 XWiki. All rights reserved.