Package net.webpdf.wsclient.openapi
Class ServerConfigLocalAuthSoap
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigLocalAuthSoap
-
public class ServerConfigLocalAuthSoap extends Object
Defines the settings for accessing the server's SOAP API (web services).
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ALLOW_ANONYMOUSstatic StringJSON_PROPERTY_ENABLED
-
Constructor Summary
Constructors Constructor Description ServerConfigLocalAuthSoap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerConfigLocalAuthSoapallowAnonymous(Boolean allowAnonymous)ServerConfigLocalAuthSoapenabled(Boolean enabled)booleanequals(Object o)@Nullable BooleangetAllowAnonymous()If enabled, then anonymous logins (without username and password) are allowed.@Nullable BooleangetEnabled()If enabled, then the SOAP API is available.inthashCode()voidsetAllowAnonymous(Boolean allowAnonymous)voidsetEnabled(Boolean enabled)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ALLOW_ANONYMOUS
public static final String JSON_PROPERTY_ALLOW_ANONYMOUS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED
- See Also:
- Constant Field Values
-
-
Method Detail
-
allowAnonymous
public ServerConfigLocalAuthSoap allowAnonymous(Boolean allowAnonymous)
-
getAllowAnonymous
@Nullable public @Nullable Boolean getAllowAnonymous()
If enabled, then anonymous logins (without username and password) are allowed.- Returns:
- allowAnonymous
-
setAllowAnonymous
public void setAllowAnonymous(Boolean allowAnonymous)
-
enabled
public ServerConfigLocalAuthSoap enabled(Boolean enabled)
-
getEnabled
@Nullable public @Nullable Boolean getEnabled()
If enabled, then the SOAP API is available.- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
-