Class AuthenticationFailureEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.auth.AbstractAuthenticationEvent
com.atlassian.bitbucket.event.auth.AuthenticationFailureEvent
- All Implemented Interfaces:
- Serializable
Event that is raised when an attempt to authenticate fails.
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionAuthenticationFailureEvent(Object source, String username, String method, AuthenticationException exception) 
- 
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- 
AuthenticationFailureEventpublic AuthenticationFailureEvent(@Nonnull Object source, @Nullable String username, @Nonnull String method, @Nullable AuthenticationException exception) 
 
- 
- 
Method Details- 
getException
 
-