public class HopsworksInternalClient extends Object implements HopsworksHttpClient
| Modifier and Type | Field and Description |
|---|---|
static String |
REST_ENDPOINT_SYS |
| Constructor and Description |
|---|
HopsworksInternalClient() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertKey() |
String |
getKeyStorePath() |
String |
getTrustStorePath() |
<T> T |
handleRequest(org.apache.http.HttpRequest request,
org.apache.http.client.ResponseHandler<T> responseHandler) |
void |
refreshJwt() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadCertKeypublic static final String REST_ENDPOINT_SYS
public HopsworksInternalClient()
throws IOException,
KeyStoreException,
CertificateException,
NoSuchAlgorithmException,
KeyManagementException,
FeatureStoreException
public void refreshJwt()
throws FeatureStoreException
FeatureStoreExceptionpublic <T> T handleRequest(org.apache.http.HttpRequest request,
org.apache.http.client.ResponseHandler<T> responseHandler)
throws IOException,
FeatureStoreException
handleRequest in interface HopsworksHttpClientIOExceptionFeatureStoreExceptionpublic String getTrustStorePath()
getTrustStorePath in interface HopsworksHttpClientpublic String getKeyStorePath()
getKeyStorePath in interface HopsworksHttpClientpublic String getCertKey()
getCertKey in interface HopsworksHttpClientCopyright © 2023. All rights reserved.