Package net.webpdf.wsclient.openapi
Class AdminSignatureApplicationCheck
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminApplicationCheck
-
- net.webpdf.wsclient.openapi.AdminSignatureApplicationCheck
-
public class AdminSignatureApplicationCheck extends AdminApplicationCheck
Checks whether the server“s global keystore is present, accessible and could be used by webservices. (such as the signature webservice.)
-
-
Field Summary
-
Fields inherited from class net.webpdf.wsclient.openapi.AdminApplicationCheck
checkType, JSON_PROPERTY_CHECK_TYPE
-
-
Constructor Summary
Constructors Constructor Description AdminSignatureApplicationCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()-
Methods inherited from class net.webpdf.wsclient.openapi.AdminApplicationCheck
checkType, getCheckType, setCheckType
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAdminApplicationCheck
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAdminApplicationCheck
-
toString
public String toString()
- Overrides:
toStringin classAdminApplicationCheck
-
-