com.atlassian.crowd.event.user
Class AutoUserUpdatedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.DirectoryEvent
          extended by com.atlassian.crowd.event.user.UserUpdatedEvent
              extended by com.atlassian.crowd.event.user.AutoUserUpdatedEvent

public class AutoUserUpdatedEvent
extends UserUpdatedEvent

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
AutoUserUpdatedEvent(Object source, Directory directory, User user)
           
 
Method Summary
 
Methods inherited from class com.atlassian.crowd.event.user.UserUpdatedEvent
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

AutoUserUpdatedEvent

public AutoUserUpdatedEvent(Object source,
                            Directory directory,
                            User user)


Copyright © 2013 Atlassian. All Rights Reserved.