com.atlassian.crowd.event.group
Class GroupAttributeStoredEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.group.GroupUpdatedEvent
com.atlassian.crowd.event.group.GroupAttributeStoredEvent
public class GroupAttributeStoredEvent
- extends GroupUpdatedEvent
An Event that represents the creation of a atrributes against a Group
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
GroupAttributeStoredEvent
public GroupAttributeStoredEvent(java.lang.Object source,
Directory directory,
Group group,
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.