public class SftpHostKey extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
fingerprintMd5
MD5 Fingerprint of the public key
|
String |
fingerprintSha256
SHA256 Fingerprint of the public key
|
Long |
id
SFTP Host Key ID
|
String |
name
The friendly name of this SFTP Host Key.
|
String |
privateKey
The private key data.
|
| Constructor and Description |
|---|
SftpHostKey() |
SftpHostKey(HashMap<String,Object> parameters) |
SftpHostKey(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<SftpHostKey> |
all() |
static ListIterator<SftpHostKey> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SftpHostKey |
create(HashMap<String,Object> parameters)
Parameters:
name - string - The friendly name of this SFTP Host Key.
|
static SftpHostKey |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
delete() |
static void |
delete(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
delete(Long id,
HashMap<String,Object> parameters) |
static void |
delete(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
destroy() |
void |
destroy(HashMap<String,Object> parameters) |
static void |
destroy(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SftpHostKey |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SftpHostKey |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Sftp Host Key ID.
|
static SftpHostKey |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SftpHostKey |
get() |
static SftpHostKey |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<SftpHostKey> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<SftpHostKey> |
list(HashMap<String,Object> parameters) |
static ListIterator<SftpHostKey> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
SftpHostKey |
update()
Parameters:
name - string - The friendly name of this SFTP Host Key.
|
static SftpHostKey |
update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static SftpHostKey |
update(Long id,
HashMap<String,Object> parameters)
Parameters:
name - string - The friendly name of this SFTP Host Key.
|
static SftpHostKey |
update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String name
public String fingerprintMd5
public String fingerprintSha256
public String privateKey
public SftpHostKey update() throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static ListIterator<SftpHostKey> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<SftpHostKey> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<SftpHostKey> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<SftpHostKey> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<SftpHostKey> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SftpHostKey find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static SftpHostKey find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SftpHostKey find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SftpHostKey get() throws RuntimeException
RuntimeExceptionpublic static SftpHostKey get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SftpHostKey create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static SftpHostKey create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SftpHostKey update(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static SftpHostKey update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static SftpHostKey update(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static void delete(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void destroy()
throws RuntimeException
RuntimeExceptionpublic static void destroy(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.