Interface SshAuthenticationSuccessContext

All Superinterfaces:
SshAuthenticationContext

public interface SshAuthenticationSuccessContext extends SshAuthenticationContext
Context class holding all details relevant for authentication success processing by SshAuthenticationSuccessHandler modules.
  • Method Details

    • getUser

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

      @Nonnull String getCommand()
      Returns:
      the SSH command string supplied by the client to be executed