Uses of Class
net.webpdf.wsclient.openapi.AdminServerCheck
-
Packages that use AdminServerCheck Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminServerCheck in net.webpdf.wsclient.openapi
Subclasses of AdminServerCheck in net.webpdf.wsclient.openapi Modifier and Type Class Description classAdminConnectorServerCheckValidates the configured connectors of the webPDF server, by checking whether or not they are responsive.classAdminTrustStoreServerCheckValidates the configured truststore, by attempting to access it.classAdminUserServerCheckValidates the configured user storage (database, ldap or xml), by attempting to access it.Methods in net.webpdf.wsclient.openapi that return AdminServerCheck Modifier and Type Method Description AdminServerCheckAdminServerCheck. checkType(AdminServerCheckMode checkType)Methods in net.webpdf.wsclient.openapi that return types with arguments of type AdminServerCheck Modifier and Type Method Description @NotNull List<AdminServerCheck>AdminServerConfiguration. getConfigurationChecks()Get configurationChecksMethods in net.webpdf.wsclient.openapi with parameters of type AdminServerCheck Modifier and Type Method Description AdminServerConfigurationAdminServerConfiguration. addConfigurationChecksItem(AdminServerCheck configurationChecksItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AdminServerCheck Modifier and Type Method Description AdminServerConfigurationAdminServerConfiguration. configurationChecks(List<AdminServerCheck> configurationChecks)voidAdminServerConfiguration. setConfigurationChecks(List<AdminServerCheck> configurationChecks) -
Uses of AdminServerCheck in net.webpdf.wsclient.session.rest.administration
Method parameters in net.webpdf.wsclient.session.rest.administration with type arguments of type AdminServerCheck Modifier and Type Method Description @NotNull AdminConfigurationResultAbstractAdministrationManager. updateServerConfiguration(@NotNull ServerConfigServer configuration, @NotNull List<AdminServerCheck> checks)Updates theServerConfigServerconfiguration if noAdminConfigurationResult.getError()occured.@NotNull AdminConfigurationResultAdministrationManager. updateServerConfiguration(@NotNull ServerConfigServer configuration, @NotNull List<AdminServerCheck> checks)Updates theServerConfigServerconfiguration if noAdminConfigurationResult.getError()occurred.@NotNull AdminConfigurationResultAbstractAdministrationManager. validateServerConfiguration(@NotNull ServerConfigServer configuration, @NotNull List<AdminServerCheck> checks)Validates theServerConfigServerconfiguration with the givenAdminServerChecks.@NotNull AdminConfigurationResultAdministrationManager. validateServerConfiguration(@NotNull ServerConfigServer configuration, @NotNull List<AdminServerCheck> checks)Validates theServerConfigServerconfiguration with the givenAdminServerChecks.
-