Package net.webpdf.wsclient.openapi
Class AdminUserServerCheck
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminServerCheck
-
- net.webpdf.wsclient.openapi.AdminUserServerCheck
-
public class AdminUserServerCheck extends AdminServerCheck
Validates the configured user storage (database, ldap or xml), by attempting to access it.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_PASSWORD-
Fields inherited from class net.webpdf.wsclient.openapi.AdminServerCheck
checkType, JSON_PROPERTY_CHECK_TYPE
-
-
Constructor Summary
Constructors Constructor Description AdminUserServerCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetName()The name required to access the user storage.@Nullable StringgetPassword()The password required to access the user storage.inthashCode()AdminUserServerCheckname(String name)AdminUserServerCheckpassword(String password)voidsetName(String name)voidsetPassword(String password)StringtoString()-
Methods inherited from class net.webpdf.wsclient.openapi.AdminServerCheck
checkType, getCheckType, setCheckType
-
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_PASSWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public AdminUserServerCheck name(String name)
-
getName
@Nullable public @Nullable String getName()
The name required to access the user storage.- Returns:
- name
-
setName
public void setName(String name)
-
password
public AdminUserServerCheck password(String password)
-
getPassword
@Nullable public @Nullable String getPassword()
The password required to access the user storage.- Returns:
- password
-
setPassword
public void setPassword(String password)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAdminServerCheck
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAdminServerCheck
-
toString
public String toString()
- Overrides:
toStringin classAdminServerCheck
-
-