Uses of Class
net.webpdf.wsclient.openapi.AdminServerCheck
-
Packages that use AdminServerCheck Package Description net.webpdf.wsclient.openapi -
-
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)
-