public interface

SshAuthenticationSuccessContext

implements SshAuthenticationContext
com.atlassian.stash.auth.SshAuthenticationSuccessContext

Class Overview

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

Summary

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

Public Methods

@Nonnull public String getCommand ()

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

@Nonnull public StashUser getUser ()

Returns
  • the authenticated user