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
FieldsFields inherited from class com.veertu.ankaMgmtSdk.AnkaMgmtCommunicator
connectionKeepAliveSeconds, credentialsProvider, httpClient, maxConnections, maxRetries, mgmtUrl, rootCA, roundRobin, skipTLSVerification, timeout -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected KeyStoreprotected SSLContextgetSSLContext(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:
getKeyStorein classAnkaMgmtCommunicator- Throws:
CertificateExceptionNoSuchAlgorithmExceptionKeyStoreExceptionIOException
-
getSSLContext
protected SSLContext getSSLContext(KeyStore keystore) throws KeyStoreException, NoSuchAlgorithmException, KeyManagementException, UnrecoverableKeyException - Overrides:
getSSLContextin classAnkaMgmtCommunicator- Throws:
KeyStoreExceptionNoSuchAlgorithmExceptionKeyManagementExceptionUnrecoverableKeyException
-