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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionAuthenticationSuccessEvent(Object source, String username, String method) AuthenticationSuccessEvent(Object source, String username, String method, String tokenDetails) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.event.auth.AbstractAuthenticationEventgetAuthenticationMethod, getUsernameMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
AuthenticationSuccessEvent
- 
AuthenticationSuccessEvent
 
- 
- 
Method Details- 
getTokenDetails- Returns:
- details describing the token that was used for authentication.
 
 
-