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.

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.