Uses of Class
net.webpdf.wsclient.openapi.ProviderSettings
-
Packages that use ProviderSettings Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of ProviderSettings in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ProviderSettings Modifier and Type Method Description ProviderSettingsProviderSettings. documentStorage(ProviderProviderEntry documentStorage)ProviderSettingsProviderSettings. fileStorage(ProviderProviderEntry fileStorage)@NotNull ProviderSettingsAdminProviderConfiguration. getConfiguration()Get _configurationProviderSettingsProviderSettings. sessionStorage(ProviderProviderEntry sessionStorage)Methods in net.webpdf.wsclient.openapi with parameters of type ProviderSettings Modifier and Type Method Description AdminProviderConfigurationAdminProviderConfiguration. _configuration(ProviderSettings _configuration)voidAdminProviderConfiguration. setConfiguration(ProviderSettings _configuration) -
Uses of ProviderSettings in net.webpdf.wsclient.session.rest.administration
Methods in net.webpdf.wsclient.session.rest.administration that return ProviderSettings Modifier and Type Method Description @NotNull ProviderSettingsAbstractAdministrationManager. fetchProviderConfiguration()Gets theProviderSettingsconfiguration from the server updating the cached configuration.@NotNull ProviderSettingsAdministrationManager. fetchProviderConfiguration()Gets theProviderSettingsconfiguration from the server updating the cached configuration.@NotNull ProviderSettingsAbstractAdministrationManager. getProviderConfiguration()Gets the cachedProviderSettingsconfiguration of the server or fetches viaAdministrationManager.fetchProviderConfiguration()if cache is empty@NotNull ProviderSettingsAdministrationManager. getProviderConfiguration()Gets theProviderSettingsconfiguration from the server updating the cached configuration.
-