com.atlassian.crowd.event.user
Class UserAuthenticatedEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.user.UserAuthenticatedEvent
public class UserAuthenticatedEvent
- extends DirectoryEvent
This event is published when a user has been successfully authenticated
to application.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
UserAuthenticatedEvent
public UserAuthenticatedEvent(java.lang.Object source,
Directory directory,
Application application,
User user)
getApplication
public Application getApplication()
getUser
public User getUser()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class DirectoryEvent
hashCode
public int hashCode()
- Overrides:
hashCode in class DirectoryEvent
Copyright © 2011 Atlassian. All Rights Reserved.