|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.user.UserUpdatedEvent
com.atlassian.crowd.event.user.UserAttributeStoredEvent
public class UserAttributeStoredEvent
An Event that represents the creation of an attibute+values against a User
| Constructor Summary | |
|---|---|
UserAttributeStoredEvent(Object source,
com.atlassian.crowd.embedded.api.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 |
|---|
public UserAttributeStoredEvent(Object source,
com.atlassian.crowd.embedded.api.Directory directory,
User user,
Map<String,Set<String>> attributes)
| Method Detail |
|---|
public Set getAttributeNames()
public Set<String> getAttributeValues(String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||