Class FsServerInfoDto
java.lang.Object
de.xima.fc.common.fs.FsServerInfoDto
- All Implemented Interfaces:
Serializable
Data transfer object for information about the frontend server.
- Since:
- 8.5.0
- Author:
- tobias
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe formcycle version of the Frontend-Server.The Java version of the Frontend-Server.JVM name of the Frontend-Server.JVM vendor of the Frontend-Server.The operating system architecture of the Frontend-Server.The operating system name of the Frontend-Server.The operating system version of the Frontend-Server.The expiration date of the SSL certificate used by the Frontend-Server.inthashCode()booleanWhether the Frontend-Server is using SSLbooleanWhether the Frontend-Server is using SSL in auto mode.toString()
-
Constructor Details
-
FsServerInfoDto
public FsServerInfoDto(boolean usingSSL, boolean usingSSLModeAuto, Instant sslCertificateExpirationDate, String fcVersion, String javaVersion, String osName, String osVersion, String osArch, String jvmName, String jvmVendor) Creates a newFsServerInfoDtoinstance.- Parameters:
usingSSL- Whether the Frontend-Server is using SSLusingSSLModeAuto- Whether the Frontend-Server is using SSL in auto mode. This includes auto generation of necessary certificates and keys. If enabled, the server has also the ability to update its SSL certificate automatically when it expires during restart.sslCertificateExpirationDate- The expiration date of the SSL certificate used by the Frontend-Server.fcVersion- The formcycle version of the Frontend-Server.javaVersion- The Java version of the Frontend-Server.osName- The operating system name of the Frontend-Server.osVersion- The operating system version of the Frontend-Server.osArch- The operating system architecture of the Frontend-Server.jvmName- JVM name of the Frontend-Server.jvmVendor- JVM vendor of the Frontend-Server.
-
-
Method Details
-
isUsingSSL
public boolean isUsingSSL()Whether the Frontend-Server is using SSL -
isUsingSSLModeAuto
public boolean isUsingSSLModeAuto()Whether the Frontend-Server is using SSL in auto mode. This includes auto generation of necessary certificates and keys. If enabled, the server has also the ability to update its SSL certificate automatically when it expires during restart. -
getSslCertificateExpirationDate
The expiration date of the SSL certificate used by the Frontend-Server. -
getFcVersion
The formcycle version of the Frontend-Server. -
getJavaVersion
The Java version of the Frontend-Server. -
getOsName
The operating system name of the Frontend-Server. -
getOsVersion
The operating system version of the Frontend-Server. -
getOsArch
The operating system architecture of the Frontend-Server. -
getJvmName
JVM name of the Frontend-Server. -
getJvmVendor
JVM vendor of the Frontend-Server. -
equals
-
hashCode
-
toString
-