public interface

SshAuthenticationSuccessContext

implements SshAuthenticationContext
com.atlassian.bitbucket.auth.SshAuthenticationSuccessContext

Class Overview

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

Summary

Public Methods
@Nonnull String getCommand()
@Nonnull ApplicationUser getUser()
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.auth.SshAuthenticationContext

Public Methods

@Nonnull public String getCommand ()

Returns
  • the SSH command string supplied by the client to be executed

@Nonnull public ApplicationUser getUser ()

Returns
  • the authenticated user