Package 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
This event is published when a user has been successfully authenticated
to application.
-
Constructor Summary
ConstructorDescriptionUserAuthenticatedEvent
(Object source, Directory directory, Application application, User user) -
Method Summary
Methods inherited from class com.atlassian.crowd.event.DirectoryEvent
getDirectory, getDirectoryId, getDirectoryImplementationClass, getDirectoryType
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
-
Constructor Details
-
UserAuthenticatedEvent
public UserAuthenticatedEvent(Object source, Directory directory, Application application, User user)
-
-
Method Details
-
getApplication
-
getUser
-
getApplicationId
-
equals
- Overrides:
equals
in classDirectoryEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDirectoryEvent
-