com.atlassian.crowd.model.event
Class UserEvent

java.lang.Object
  extended by com.atlassian.crowd.model.event.AbstractOperationEvent
      extended by com.atlassian.crowd.model.event.AbstractAttributeEvent
          extended by com.atlassian.crowd.model.event.UserEvent
All Implemented Interfaces:
OperationEvent

public class UserEvent
extends AbstractAttributeEvent


Constructor Summary
UserEvent(Operation operation, Directory directory, User user, Map<String,Set<String>> storedAttributes, Set<String> deletedAttributes)
           
 
Method Summary
 User getUser()
           
 String toString()
           
 
Methods inherited from class com.atlassian.crowd.model.event.AbstractAttributeEvent
getDeletedAttributes, getStoredAttributes
 
Methods inherited from class com.atlassian.crowd.model.event.AbstractOperationEvent
getDirectory, getOperation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserEvent

public UserEvent(Operation operation,
                 Directory directory,
                 User user,
                 Map<String,Set<String>> storedAttributes,
                 Set<String> deletedAttributes)
Method Detail

getUser

public User getUser()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 Atlassian. All Rights Reserved.