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
ConstructorsConstructorDescriptionUserCreatedFromDirectorySynchronisationEvent(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, hashCodeMethods inherited from class com.atlassian.crowd.event.DirectoryEvent
getDirectory, getDirectoryId, getDirectoryImplementationClass, getDirectoryTypeMethods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
-
Constructor Details
-
UserCreatedFromDirectorySynchronisationEvent
-
UserCreatedFromDirectorySynchronisationEvent
public UserCreatedFromDirectorySynchronisationEvent(Object source, ImmutableDirectory directory, User user)
-