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 Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationFailureEvent(Object source, String username, String method, AuthenticationException exception) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.auth.AbstractAuthenticationEvent
getAuthenticationMethod, getUsernameMethods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUserMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
AuthenticationFailureEvent
public AuthenticationFailureEvent(@Nonnull Object source, @Nullable String username, @Nonnull String method, @Nullable AuthenticationException exception)
-
-
Method Details
-
getException
-