Uses of Class
net.webpdf.wsclient.openapi.AdminApplicationCheck
-
Packages that use AdminApplicationCheck Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminApplicationCheck in net.webpdf.wsclient.openapi
Subclasses of AdminApplicationCheck in net.webpdf.wsclient.openapi Modifier and Type Class Description classAdminExecutableApplicationCheckChecks if the selected external applications are found and can be executed by the server if required.classAdminLicenseApplicationCheckValidates the configured webPDF server license and whether it matches the given server.classAdminSignatureApplicationCheckChecks whether the server“s global keystore is present, accessible and could be used by webservices.classAdminTsaApplicationCheckValidates the configured TSA (Timestamp Authority), by attempting to request a valid timestamp.Methods in net.webpdf.wsclient.openapi that return AdminApplicationCheck Modifier and Type Method Description AdminApplicationCheckAdminApplicationCheck. checkType(AdminApplicationCheckMode checkType)Methods in net.webpdf.wsclient.openapi that return types with arguments of type AdminApplicationCheck Modifier and Type Method Description @NotNull List<AdminApplicationCheck>AdminApplicationConfiguration. getConfigurationChecks()Get configurationChecksMethods in net.webpdf.wsclient.openapi with parameters of type AdminApplicationCheck Modifier and Type Method Description AdminApplicationConfigurationAdminApplicationConfiguration. addConfigurationChecksItem(AdminApplicationCheck configurationChecksItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AdminApplicationCheck Modifier and Type Method Description AdminApplicationConfigurationAdminApplicationConfiguration. configurationChecks(List<AdminApplicationCheck> configurationChecks)voidAdminApplicationConfiguration. setConfigurationChecks(List<AdminApplicationCheck> configurationChecks) -
Uses of AdminApplicationCheck in net.webpdf.wsclient.session.rest.administration
-