Package com.veertu.ankaMgmtSdk
Class AnkaMgmtClientCertAuthCommunicator
java.lang.Object
com.veertu.ankaMgmtSdk.AnkaMgmtCommunicator
com.veertu.ankaMgmtSdk.AnkaMgmtClientCertAuthCommunicator
-
Nested Class Summary
Nested classes/interfaces inherited from class com.veertu.ankaMgmtSdk.AnkaMgmtCommunicator
AnkaMgmtCommunicator.RequestMethod
-
Field Summary
Fields inherited from class com.veertu.ankaMgmtSdk.AnkaMgmtCommunicator
connectionKeepAliveSeconds, credentialsProvider, httpClient, maxConnections, maxRetries, mgmtUrl, rootCA, roundRobin, skipTLSVerification, timeout
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected KeyStore
protected SSLContext
getSSLContext
(KeyStore keystore) Methods inherited from class com.veertu.ankaMgmtSdk.AnkaMgmtCommunicator
addHeaders, doRequest, doRequest, getConnectionKeepAliveSeconds, getHttpClient, getImageRequests, getMaxConections, getNodeGroups, getNodes, getSaveImageStatus, getTemplateTags, getTrustStrategy, list, listTemplates, makeHttpClient, makeRequestConfig, readHttpEntity, revertRegistryVM, saveImage, setBody, setConnectionKeepAliveSeconds, setMaxConections, showVm, startVm, status, terminateVm, updateVM
-
Field Details
-
authenticator
-
-
Constructor Details
-
AnkaMgmtClientCertAuthCommunicator
-
AnkaMgmtClientCertAuthCommunicator
-
-
Method Details
-
getKeyStore
protected KeyStore getKeyStore() throws CertificateException, NoSuchAlgorithmException, KeyStoreException, IOException- Overrides:
getKeyStore
in classAnkaMgmtCommunicator
- Throws:
CertificateException
NoSuchAlgorithmException
KeyStoreException
IOException
-
getSSLContext
protected SSLContext getSSLContext(KeyStore keystore) throws KeyStoreException, NoSuchAlgorithmException, KeyManagementException, UnrecoverableKeyException - Overrides:
getSSLContext
in classAnkaMgmtCommunicator
- Throws:
KeyStoreException
NoSuchAlgorithmException
KeyManagementException
UnrecoverableKeyException
-