public interface

SshAccessKey

com.atlassian.bitbucket.ssh.SshAccessKey

Class Overview

Represents the privileged access to Bitbucket to be granted to any outside entity who successfully authenticates with the associated SSH key.

Summary

Public Methods
@Nonnull SshKey getKey()
@Nonnull Permission getPermission()
@Nonnull Object getResource()

Public Methods

@Nonnull public SshKey getKey ()

Returns
  • the SSH key for this key access

@Nonnull public Permission getPermission ()

Returns
  • the permission on the resource for this key access

@Nonnull public Object getResource ()

Returns
  • the resource for this key access