com.atlassian.crowd.event.user
Class UserAttributeStoredEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.user.UserUpdatedEvent
com.atlassian.crowd.event.user.UserAttributeStoredEvent
public class UserAttributeStoredEvent
- extends UserUpdatedEvent
An Event that represents the creation of an attibute+values against a User
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
UserAttributeStoredEvent
public UserAttributeStoredEvent(java.lang.Object source,
Directory directory,
User user,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
getAttributeNames
public java.util.Set getAttributeNames()
getAttributeValues
public java.util.Set<java.lang.String> getAttributeValues(java.lang.String key)
Copyright © 2012 Atlassian. All Rights Reserved.