public interface

SshAuthenticationContext

com.atlassian.bitbucket.auth.SshAuthenticationContext
Known Indirect Subclasses

Class Overview

The authentication context for SSH connections

Summary

Public Methods
@Nonnull PublicKey getPublicKey()
@Nonnull String getUsername()

Public Methods

@Nonnull public PublicKey getPublicKey ()

Returns
  • the provided credentials.

@Nonnull public String getUsername ()

Returns
  • the provided username.