Class AuthenticationSuccessEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.auth.AbstractAuthenticationEvent
com.atlassian.bitbucket.event.auth.AuthenticationSuccessEvent
- All Implemented Interfaces:
Serializable
Event that is raised when a user successfully authenticates.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionAuthenticationSuccessEvent
(Object source, String username, String method) AuthenticationSuccessEvent
(Object source, String username, String method, String tokenDetails) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.auth.AbstractAuthenticationEvent
getAuthenticationMethod, getUsername
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AuthenticationSuccessEvent
-
AuthenticationSuccessEvent
-
-
Method Details
-
getTokenDetails
- Returns:
- details describing the token that was used for authentication.
-