com.atlassian.crowd.event.group
Class AutoGroupCreatedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.DirectoryEvent
          extended by com.atlassian.crowd.event.group.GroupCreatedEvent
              extended by com.atlassian.crowd.event.group.AutoGroupCreatedEvent

public class AutoGroupCreatedEvent
extends GroupCreatedEvent

Group was automatically created.

Triggered when a group was automatically created internally on a delegated authentication directory after successful LDAP authentication.


Constructor Summary
AutoGroupCreatedEvent(Object source, Directory directory, Group group)
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.event.group.GroupCreatedEvent
getGroup
 
Methods inherited from class com.atlassian.crowd.event.DirectoryEvent
equals, getDirectory, hashCode
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoGroupCreatedEvent

public AutoGroupCreatedEvent(Object source,
                             Directory directory,
                             Group group)


Copyright © 2013 Atlassian. All Rights Reserved.