Package net.webpdf.wsclient.openapi
Class AdminServerCheck
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminServerCheck
-
- Direct Known Subclasses:
AdminConnectorServerCheck,AdminTrustStoreServerCheck,AdminUserServerCheck
public class AdminServerCheck extends Object
Selects the \"server.xml\" contents and server resources, that shall be validated. - user = Checks whether a valid user storage has been configured and can be accessed. - truststore = Checks whether a truststore has been configured and can be accessed. - connector = Checks whether the server“s connectors are well defined and responsive.
-
-
Field Summary
Fields Modifier and Type Field Description protected AdminServerCheckModecheckTypestatic StringJSON_PROPERTY_CHECK_TYPE
-
Constructor Summary
Constructors Constructor Description AdminServerCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminServerCheckcheckType(AdminServerCheckMode checkType)booleanequals(Object o)@NotNull AdminServerCheckModegetCheckType()Get checkTypeinthashCode()voidsetCheckType(AdminServerCheckMode checkType)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CHECK_TYPE
public static final String JSON_PROPERTY_CHECK_TYPE
- See Also:
- Constant Field Values
-
checkType
protected AdminServerCheckMode checkType
-
-
Method Detail
-
checkType
public AdminServerCheck checkType(AdminServerCheckMode checkType)
-
getCheckType
@NotNull public @NotNull AdminServerCheckMode getCheckType()
Get checkType- Returns:
- checkType
-
setCheckType
public void setCheckType(AdminServerCheckMode checkType)
-
-