Package com.atlassian.crowd.event.user
Class AutoUserUpdatedEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.user.UserUpdatedEvent
com.atlassian.crowd.event.user.AutoUserUpdatedEvent
User was automatically updated.
Triggered when a user was automatically updated internally on a delegated authentication
directory, either after successful LDAP authentication or when specifically requested on the
directory itself.
-
Constructor Summary
ConstructorDescriptionAutoUserUpdatedEvent
(Object source, Directory directory, User user, User originalUser) -
Method Summary
Methods inherited from class com.atlassian.crowd.event.user.UserUpdatedEvent
getUser
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
-
AutoUserUpdatedEvent
-
-
Method Details
-
getOriginalUser
-
equals
- Overrides:
equals
in classUserUpdatedEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classUserUpdatedEvent
-