Cookie Notice

Use Tree Navigation
@AsynchronousPreferred public class

AuthenticationFailureEvent

extends AbstractAuthenticationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.auth.AbstractAuthenticationEvent
         ↳ com.atlassian.bitbucket.event.auth.AuthenticationFailureEvent

Class Overview

Event that is raised when an attempt to authenticate fails.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
AuthenticationFailureEvent(Object source, String username, String method, AuthenticationException exception)
Public Methods
AuthenticationException getException()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.auth.AbstractAuthenticationEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public AuthenticationFailureEvent (Object source, String username, String method, AuthenticationException exception)

Public Methods

public AuthenticationException getException ()

Feedback?
View cookie preferences