public class

BaseKeyResource

extends BaseStorageResource
implements KeyResource
java.lang.Object
   ↳ org.rundeck.api.domain.BaseStorageResource
     ↳ org.rundeck.api.domain.BaseKeyResource

Class Overview

BaseKeyResource is ...

Summary

Public Constructors
BaseKeyResource()
Public Methods
static BaseKeyResource from(StorageResource source)
List<KeyResource> getDirectoryContents()
Return the list of directory contents if this is a directory
boolean isPrivateKey()
Return true if this is a file and is a private SSH key file.
void setDirectoryContents(List<? extends StorageResource> directoryContents)
void setPrivateKey(boolean privateKey)
[Expand]
Inherited Methods
From class org.rundeck.api.domain.BaseStorageResource
From class java.lang.Object
From interface org.rundeck.api.domain.KeyResource
From interface org.rundeck.api.domain.StorageResource

Public Constructors

public BaseKeyResource ()

Public Methods

public static BaseKeyResource from (StorageResource source)

public List<KeyResource> getDirectoryContents ()

Return the list of directory contents if this is a directory

public boolean isPrivateKey ()

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

public void setDirectoryContents (List<? extends StorageResource> directoryContents)

public void setPrivateKey (boolean privateKey)