public interface

HttpAuthenticationFailureContext

implements HttpAuthenticationContext
com.atlassian.bitbucket.auth.HttpAuthenticationFailureContext

Class Overview

Context class holding all details relevant for authentication failure processing by HttpAuthenticationFailureHandler modules.

Summary

[Expand]
Inherited Constants
From interface com.atlassian.bitbucket.auth.HttpAuthenticationContext
Public Methods
@Nonnull AuthenticationException getAuthenticationException()
@Nonnull AuthenticationState getAuthenticationState()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.auth.HttpAuthenticationContext

Public Methods

@Nonnull public AuthenticationException getAuthenticationException ()

Returns

@Nonnull public AuthenticationState getAuthenticationState ()

Returns
  • the state of authentication. Can be used to deduce the reason for authentication failure.