Package com.atlassian.crowd.event.user
Class UserCreatedFromDirectorySynchronisationEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.user.UserCreatedEvent
com.atlassian.crowd.event.user.UserCreatedFromDirectorySynchronisationEvent
An Event that represents the creation of a
User
as a result of directory synchronisation.-
Constructor Summary
ConstructorDescriptionUserCreatedFromDirectorySynchronisationEvent
(Object source, Directory directory, User user) UserCreatedFromDirectorySynchronisationEvent
(Object source, ImmutableDirectory directory, User user) -
Method Summary
Methods inherited from class com.atlassian.crowd.event.user.UserCreatedEvent
equals, getUser, hashCode
Methods inherited from class com.atlassian.crowd.event.DirectoryEvent
getDirectory, getDirectoryId, getDirectoryImplementationClass, getDirectoryType
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
-
Constructor Details
-
UserCreatedFromDirectorySynchronisationEvent
-
UserCreatedFromDirectorySynchronisationEvent
public UserCreatedFromDirectorySynchronisationEvent(Object source, ImmutableDirectory directory, User user)
-