Class RightsManagerPlugin

  • All Implemented Interfaces:
    XWikiPluginInterface

    public class RightsManagerPlugin
    extends XWikiDefaultPlugin
    Entry point of the Rights Manager plugin.
    Since:
    1.1.2, 1.2M2
    Version:
    $Id: c567dfb0d970444ec0d9120e9c55576de3b5ec56 $
    • Field Detail

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
        The logging tool.
    • Constructor Detail

      • RightsManagerPlugin

        public RightsManagerPlugin​(String name,
                                   String className,
                                   XWikiContext context)
        Construct the entry point of the Rights Manager plugin.
        Parameters:
        name - the identifier of the plugin.
        className - the class name of the entry point of the plugin.
        context - the XWiki context.
    • Method Detail

      • init

        public void init​(XWikiContext context)
        Description copied from interface: XWikiPluginInterface
        Global initialization, called when the platform is started and the plugin list is initialized.
        Specified by:
        init in interface XWikiPluginInterface
        Overrides:
        init in class XWikiDefaultPlugin
        Parameters:
        context - the current context, should not be stored since it will become mostly unreliable once the initial request is terminated