Package com.atlassian.bitbucket.auth
Interface SshAuthenticationContext
- All Known Subinterfaces:
SshAuthenticationFailureContext
,SshAuthenticationSuccessContext
public interface SshAuthenticationContext
The authentication context for SSH connections
- See Also:
-
Method Summary
-
Method Details
-
getUsername
- Returns:
- the provided username.
-
getPublicKey
- Returns:
- the provided credentials.
-