public class SSHKeyImpl extends ImplHelper implements de.cinovo.cloudconductor.api.interfaces.ISSHKey
| Constructor and Description |
|---|
SSHKeyImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String owner) |
de.cinovo.cloudconductor.api.model.SSHKey[] |
get() |
de.cinovo.cloudconductor.api.model.SSHKey |
get(String owner) |
void |
save(String name,
de.cinovo.cloudconductor.api.model.SSHKey sshKey) |
assertModelFound, assertName, findByName, findByName@Transactional public de.cinovo.cloudconductor.api.model.SSHKey[] get()
get in interface de.cinovo.cloudconductor.api.interfaces.IDefaultApi<de.cinovo.cloudconductor.api.model.SSHKey>@Transactional public void save(String name, de.cinovo.cloudconductor.api.model.SSHKey sshKey)
save in interface de.cinovo.cloudconductor.api.interfaces.IDefaultApi<de.cinovo.cloudconductor.api.model.SSHKey>@Transactional public de.cinovo.cloudconductor.api.model.SSHKey get(String owner)
get in interface de.cinovo.cloudconductor.api.interfaces.IDefaultApi<de.cinovo.cloudconductor.api.model.SSHKey>@Transactional public void delete(String owner)
delete in interface de.cinovo.cloudconductor.api.interfaces.IDefaultApi<de.cinovo.cloudconductor.api.model.SSHKey>Copyright © 2014 Cinovo AG. All Rights Reserved.