com.atlassian.crowd.event.user
Class UserAttributeStoredEvent

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

public class UserAttributeStoredEvent
extends UserUpdatedEvent

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


Constructor Summary
UserAttributeStoredEvent(Object source, Directory directory, User user, Map<String,Set<String>> attributes)
           
 
Method Summary
 Set getAttributeNames()
           
 Set<String> getAttributeValues(String key)
           
 
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

UserAttributeStoredEvent

public UserAttributeStoredEvent(Object source,
                                Directory directory,
                                User user,
                                Map<String,Set<String>> attributes)
Method Detail

getAttributeNames

public Set getAttributeNames()

getAttributeValues

public Set<String> getAttributeValues(String key)


Copyright © 2012 Atlassian. All Rights Reserved.