Uses of Class
net.webpdf.wsclient.openapi.AdminGlobalKeyStore
-
Packages that use AdminGlobalKeyStore Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminGlobalKeyStore in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminGlobalKeyStore Modifier and Type Method Description AdminGlobalKeyStoreAdminGlobalKeyStore. addCertificatesItem(CertificateEntry certificatesItem)AdminGlobalKeyStoreAdminGlobalKeyStore. certificates(List<CertificateEntry> certificates)@Nullable AdminGlobalKeyStoreAdminApplicationConfiguration. getGlobalKeyStore()Get globalKeyStoreAdminGlobalKeyStoreAdminGlobalKeyStore. keyStoreContent(String keyStoreContent)Methods in net.webpdf.wsclient.openapi with parameters of type AdminGlobalKeyStore Modifier and Type Method Description AdminApplicationConfigurationAdminApplicationConfiguration. globalKeyStore(AdminGlobalKeyStore globalKeyStore)voidAdminApplicationConfiguration. setGlobalKeyStore(AdminGlobalKeyStore globalKeyStore) -
Uses of AdminGlobalKeyStore in net.webpdf.wsclient.session.rest.administration
Methods in net.webpdf.wsclient.session.rest.administration that return AdminGlobalKeyStore Modifier and Type Method Description @NotNull AdminGlobalKeyStoreAbstractAdministrationManager. fetchGlobalKeyStore()Gets theAdminGlobalKeyStoreof the server updating the cached keystore.@NotNull AdminGlobalKeyStoreAdministrationManager. fetchGlobalKeyStore()Gets theAdminGlobalKeyStoreof the server updating the cached keystore.@NotNull AdminGlobalKeyStoreAbstractAdministrationManager. getGlobalKeyStore()Gets the cachedAdminGlobalKeyStoreof the server or fetches viaAdministrationManager.fetchGlobalKeyStore()if cache is empty@NotNull AdminGlobalKeyStoreAdministrationManager. getGlobalKeyStore()Gets the cachedAdminGlobalKeyStoreof the server or fetches viaAdministrationManager.fetchGlobalKeyStore()if cache is emptyMethods in net.webpdf.wsclient.session.rest.administration with parameters of type AdminGlobalKeyStore Modifier and Type Method Description voidAbstractAdministrationManager. setGlobalKeyStore(@NotNull AdminGlobalKeyStore keystore)Sets theAdminGlobalKeyStoreof the server.voidAdministrationManager. setGlobalKeyStore(@NotNull AdminGlobalKeyStore keystore)Sets theAdminGlobalKeyStoreof the server.
-