Class AutoGroupAdderImpl

java.lang.Object
com.atlassian.jira.user.AutoGroupAdderImpl
All Implemented Interfaces:
Startable, AutoGroupAdder

public class AutoGroupAdderImpl extends Object implements AutoGroupAdder, Startable
Registers an AutoGroupAdderListener.
Since:
v4.4
  • Constructor Summary

    Constructors
    Constructor
    Description
    AutoGroupAdderImpl(com.atlassian.crowd.manager.directory.DirectoryManager directoryManager, com.atlassian.crowd.core.event.listener.DefaultGroupMembershipResolver defaultGroupMembershipResolver, com.atlassian.event.api.EventPublisher eventPublisher)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AutoGroupAdderImpl

      public AutoGroupAdderImpl(com.atlassian.crowd.manager.directory.DirectoryManager directoryManager, com.atlassian.crowd.core.event.listener.DefaultGroupMembershipResolver defaultGroupMembershipResolver, com.atlassian.event.api.EventPublisher eventPublisher)
  • Method Details

    • start

      public void start() throws Exception
      Description copied from interface: Startable
      This method will be called after the plugin system is fully initialised and all components added to the dependency injection framework.
      Specified by:
      start in interface Startable
      Throws:
      Exception - Allows implementations to throw an Exception.