com.atlassian.crowd.event.user
Class UserAttributeDeletedEvent

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.UserAttributeDeletedEvent

public class UserAttributeDeletedEvent
extends UserUpdatedEvent

An Event that represents the deletion of an attibute+values against a User


Constructor Summary
UserAttributeDeletedEvent(Object source, Directory directory, User user, String attributeName)
           
 
Method Summary
 String getAttributeName()
           
 
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

UserAttributeDeletedEvent

public UserAttributeDeletedEvent(Object source,
                                 Directory directory,
                                 User user,
                                 String attributeName)
Method Detail

getAttributeName

public String getAttributeName()


Copyright © 2013 Atlassian. All Rights Reserved.