com.atlassian.crowd.event.login
Class RequestUsernamesEvent

java.lang.Object
  extended by com.atlassian.crowd.event.login.RequestUsernamesEvent

public class RequestUsernamesEvent
extends Object

An event fired when the user requests their usernames to be sent to their email.


Constructor Summary
RequestUsernamesEvent(User user, List<String> usernames)
           
 
Method Summary
 boolean equals(Object o)
           
 User getUser()
           
 List<String> getUsernames()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestUsernamesEvent

public RequestUsernamesEvent(User user,
                             List<String> usernames)
Method Detail

getUser

public User getUser()

getUsernames

public List<String> getUsernames()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014 Atlassian. All Rights Reserved.