Package net.webpdf.wsclient.openapi
Class ServerConfigTruststoreServer
- java.lang.Object
-
- net.webpdf.wsclient.openapi.ServerConfigTruststoreServer
-
public class ServerConfigTruststoreServer extends Object
Defines the access information for the server's truststore, which contains all third-party certificates that the server should trust. This applies to connections that the server establishes to external servers, such as HTTP SSL connections or LDAPS connections.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FILEstatic StringJSON_PROPERTY_PASSWORD
-
Constructor Summary
Constructors Constructor Description ServerConfigTruststoreServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerConfigTruststoreServer_file(String _file)booleanequals(Object o)@Nullable StringgetFile()The name (without path) of the JKS keystore file (in the \"keystore/\" folder) that is to serve as the server's truststore.@Nullable StringgetPassword()The password required to access the truststore.inthashCode()ServerConfigTruststoreServerpassword(String password)voidsetFile(String _file)voidsetPassword(String password)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_FILE
public static final String JSON_PROPERTY_FILE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_PASSWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
_file
public ServerConfigTruststoreServer _file(String _file)
-
getFile
@Nullable public @Nullable String getFile()
The name (without path) of the JKS keystore file (in the \"keystore/\" folder) that is to serve as the server's truststore.- Returns:
- _file
-
setFile
public void setFile(String _file)
-
password
public ServerConfigTruststoreServer password(String password)
-
getPassword
@Nullable public @Nullable String getPassword()
The password required to access the truststore.- Returns:
- password
-
setPassword
public void setPassword(String password)
-
-