public interface

HttpAuthenticationSuccessContext

implements HttpAuthenticationContext
com.atlassian.stash.auth.HttpAuthenticationSuccessContext

Class Overview

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

Please note that the HTTP authentication APIs are currently considered to be BETA and are expected to change slightly in future releases. Breaking API changes will be avoided where possible, but may happen.

Summary

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

Public Methods

@Nonnull public StashUser getUser ()

Returns
  • the authenticated user.