Interface HttpAuthenticationSuccessContext

All Superinterfaces:
HttpAuthenticationContext

public interface HttpAuthenticationSuccessContext extends HttpAuthenticationContext
Context class holding all details relevant for authentication success processing by HttpAuthenticationSuccessHandler modules.
  • Method Details

    • getUser

      @Nonnull com.atlassian.bitbucket.user.ApplicationUser getUser()
      Returns:
      the authenticated user.