public class KeysRestClient extends Object implements DeployKeyStore
KeysRestClient.| Constructor and Description |
|---|
KeysRestClient(org.springframework.web.client.RestOperations restOperations,
String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DeployKey> |
byId(String id,
boolean full) |
String |
create() |
boolean |
hasSameFingerprint(String pubkey,
String fingerprint) |
public KeysRestClient(org.springframework.web.client.RestOperations restOperations,
String baseUrl)
public String create()
create in interface DeployKeyStorepublic Optional<DeployKey> byId(String id, boolean full)
byId in interface DeployKeyStorepublic boolean hasSameFingerprint(String pubkey, String fingerprint)
hasSameFingerprint in interface DeployKeyStoreCopyright © 2016–2017. All rights reserved.