com.atlassian.crowd.core.event.listener
Class AutoGroupAdderListener

java.lang.Object
  extended by com.atlassian.crowd.core.event.listener.AutoGroupAdderListener

public class AutoGroupAdderListener
extends Object


Field Summary
protected static String AUTO_GROUPS_ADDED
           
 
Constructor Summary
AutoGroupAdderListener(DirectoryManager directoryManager)
           
 
Method Summary
 void handleEvent(UserAuthenticatedEvent event)
           
 void handleEvent(UserAuthenticationSucceededEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTO_GROUPS_ADDED

protected static final String AUTO_GROUPS_ADDED
See Also:
Constant Field Values
Constructor Detail

AutoGroupAdderListener

public AutoGroupAdderListener(DirectoryManager directoryManager)
Method Detail

handleEvent

@EventListener
public void handleEvent(UserAuthenticatedEvent event)

handleEvent

@EventListener
public void handleEvent(UserAuthenticationSucceededEvent event)


Copyright © 2013 Atlassian. All Rights Reserved.