com.atlassian.crowd.event.user
Class UserCreatedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.DirectoryEvent
          extended by com.atlassian.crowd.event.user.UserCreatedEvent
Direct Known Subclasses:
AutoUserCreatedEvent, UserCreatedFromDirectorySynchronisationEvent

public class UserCreatedEvent
extends DirectoryEvent

An Event that represents the creation of a User


Constructor Summary
UserCreatedEvent(java.lang.Object source, Directory directory, User user)
           
 
Method Summary
 User getUser()
           
 
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

UserCreatedEvent

public UserCreatedEvent(java.lang.Object source,
                        Directory directory,
                        User user)
Method Detail

getUser

public User getUser()


Copyright © 2012 Atlassian. All Rights Reserved.