com.atlassian.jira.event.user
Class LoginEvent

java.lang.Object
  extended by com.atlassian.jira.event.AbstractEvent
      extended by com.atlassian.jira.event.user.UserEvent
          extended by com.atlassian.jira.event.user.LoginEvent
All Implemented Interfaces:
JiraEvent

@PublicApi
public final class LoginEvent
extends UserEvent

Published when a user successfully logs in.


Field Summary
 
Fields inherited from class com.atlassian.jira.event.AbstractEvent
params, time
 
Constructor Summary
LoginEvent(com.atlassian.crowd.embedded.api.User user)
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.event.user.UserEvent
getEventType, getInitiatingUser, getUser
 
Methods inherited from class com.atlassian.jira.event.AbstractEvent
equals, getParams, getTime, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginEvent

public LoginEvent(com.atlassian.crowd.embedded.api.User user)


Copyright © 2002-2013 Atlassian. All Rights Reserved.