Package net.webpdf.wsclient.openapi
Class AdminApplicationCheck
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminApplicationCheck
-
- Direct Known Subclasses:
AdminExecutableApplicationCheck,AdminLicenseApplicationCheck,AdminSignatureApplicationCheck,AdminTsaApplicationCheck
public class AdminApplicationCheck extends Object
Selects the \"application.xml\" contents and server resources, that shall be validated. - executable = Select the defined external executables for validation. - tsa = Select the defined TSA (Timestamp Authority) for validation. - license = Select the server“s license for validation. - signature = Select the server“s global certificate keystore for validation.
-
-
Field Summary
Fields Modifier and Type Field Description protected AdminApplicationCheckModecheckTypestatic StringJSON_PROPERTY_CHECK_TYPE
-
Constructor Summary
Constructors Constructor Description AdminApplicationCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminApplicationCheckcheckType(AdminApplicationCheckMode checkType)booleanequals(Object o)@NotNull AdminApplicationCheckModegetCheckType()Get checkTypeinthashCode()voidsetCheckType(AdminApplicationCheckMode checkType)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CHECK_TYPE
public static final String JSON_PROPERTY_CHECK_TYPE
- See Also:
- Constant Field Values
-
checkType
protected AdminApplicationCheckMode checkType
-
-
Method Detail
-
checkType
public AdminApplicationCheck checkType(AdminApplicationCheckMode checkType)
-
getCheckType
@NotNull public @NotNull AdminApplicationCheckMode getCheckType()
Get checkType- Returns:
- checkType
-
setCheckType
public void setCheckType(AdminApplicationCheckMode checkType)
-
-