public interface

KeyResource

implements StorageResource
org.rundeck.api.domain.KeyResource
Known Indirect Subclasses

Class Overview

KeyResource represents a directory or an SSH key file

Summary

Public Methods
abstract List<KeyResource> getDirectoryContents()
Return the list of SSH Key resources if this is a directory
abstract boolean isPrivateKey()
Return true if this is a file and is a private SSH key file.
[Expand]
Inherited Methods
From interface org.rundeck.api.domain.StorageResource

Public Methods

public abstract List<KeyResource> getDirectoryContents ()

Return the list of SSH Key resources if this is a directory

public abstract boolean isPrivateKey ()

Return true if this is a file and is a private SSH key file.