Class RestAdministrationManager
- java.lang.Object
-
- net.webpdf.wsclient.session.rest.administration.AbstractAdministrationManager<RestWebServiceDocument>
-
- net.webpdf.wsclient.session.rest.administration.RestAdministrationManager
-
- All Implemented Interfaces:
AdministrationManager<RestWebServiceDocument>
public class RestAdministrationManager extends AbstractAdministrationManager<RestWebServiceDocument> implements AdministrationManager<RestWebServiceDocument>
-
-
Constructor Summary
Constructors Constructor Description RestAdministrationManager(@NotNull RestSession<RestWebServiceDocument> session)Initializes aRestAdministrationManagerfor the givenRestSession.
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.session.rest.administration.AbstractAdministrationManager
buildSupportPackage, buildSupportPackage, buildSupportPackage, buildSupportPackage, buildSupportPackage, buildSupportPackage, closeSession, deleteDatastore, deleteDatastore, fetchApplicationConfiguration, fetchConnectorKeyStore, fetchDatastore, fetchDatastore, fetchGlobalKeyStore, fetchLog, fetchLog, fetchLog, fetchLogConfiguration, fetchLogLength, fetchLogLength, fetchServerConfiguration, fetchServerStatistic, fetchServerStatus, fetchSessionTable, fetchTrustStoreKeyStore, fetchUserConfiguration, getApplicationConfiguration, getConnectorKeyStore, getGlobalKeyStore, getLogConfiguration, getServerConfiguration, getSession, getTrustStoreKeyStore, getUserConfiguration, restartServer, setConnectorKeyStore, setGlobalKeyStore, setTrustStoreKeyStore, testExecutables, updateApplicationConfiguration, updateApplicationConfiguration, updateDatastore, updateLogConfiguration, updateLogConfiguration, updateServerConfiguration, updateServerConfiguration, updateUserConfiguration, updateUserConfiguration, validateApplicationConfiguration, validateLogConfiguration, validateServerConfiguration, validateUser, validateUserConfiguration
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.webpdf.wsclient.session.rest.administration.AdministrationManager
buildSupportPackage, buildSupportPackage, buildSupportPackage, buildSupportPackage, buildSupportPackage, buildSupportPackage, closeSession, deleteDatastore, deleteDatastore, fetchApplicationConfiguration, fetchConnectorKeyStore, fetchDatastore, fetchDatastore, fetchGlobalKeyStore, fetchLog, fetchLog, fetchLog, fetchLogConfiguration, fetchLogLength, fetchLogLength, fetchServerConfiguration, fetchServerStatistic, fetchServerStatus, fetchSessionTable, fetchTrustStoreKeyStore, fetchUserConfiguration, getApplicationConfiguration, getConnectorKeyStore, getGlobalKeyStore, getLogConfiguration, getServerConfiguration, getSession, getTrustStoreKeyStore, getUserConfiguration, restartServer, setConnectorKeyStore, setGlobalKeyStore, setTrustStoreKeyStore, testExecutables, updateApplicationConfiguration, updateApplicationConfiguration, updateDatastore, updateLogConfiguration, updateLogConfiguration, updateServerConfiguration, updateServerConfiguration, updateUserConfiguration, updateUserConfiguration, validateApplicationConfiguration, validateLogConfiguration, validateServerConfiguration, validateUserConfiguration
-
-
-
-
Constructor Detail
-
RestAdministrationManager
public RestAdministrationManager(@NotNull @NotNull RestSession<RestWebServiceDocument> session)Initializes aRestAdministrationManagerfor the givenRestSession.- Parameters:
session- TheRestSessionaAdministrationManagershall be created for.
-
-