com.atlassian.crowd.event.user
Class UserAuthenticatedEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.DirectoryEvent
          extended by com.atlassian.crowd.event.user.UserAuthenticatedEvent

public class UserAuthenticatedEvent
extends DirectoryEvent

This event is published when a user has been successfully authenticated to application.


Constructor Summary
UserAuthenticatedEvent(Object source, Directory directory, Application application, User user)
           
 
Method Summary
 boolean equals(Object o)
           
 Application getApplication()
           
 User getUser()
           
 int hashCode()
           
 
Methods inherited from class com.atlassian.crowd.event.DirectoryEvent
getDirectory
 
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

UserAuthenticatedEvent

public UserAuthenticatedEvent(Object source,
                              Directory directory,
                              Application application,
                              User user)
Method Detail

getApplication

public Application getApplication()

getUser

public User getUser()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class DirectoryEvent


Copyright © 2013 Atlassian. All Rights Reserved.