public interface

HttpAuthenticationSuccessContext

implements HttpAuthenticationContext
com.atlassian.bitbucket.auth.HttpAuthenticationSuccessContext

Class Overview

Context class holding all details relevant for authentication success processing by HttpAuthenticationSuccessHandler modules.

Summary

[Expand]
Inherited Constants
From interface com.atlassian.bitbucket.auth.HttpAuthenticationContext
Public Methods
@Nonnull ApplicationUser getUser()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.auth.HttpAuthenticationContext

Public Methods

@Nonnull public ApplicationUser getUser ()

Returns
  • the authenticated user.