Class FrontendServer
java.lang.Object
de.xima.cmn.dao.model.AEntity<Long>
de.xima.fc.entities.AbstractEntity
de.xima.fc.entities.AbstractLockableEntity
de.xima.fc.entities.FrontendServer
- All Implemented Interfaces:
de.xima.cmn.dao.interfaces.IEntity<Long>, de.xima.cmn.dao.interfaces.ILockableEntity<Long>, IDescriptionProviding, ILockingVersionProviding, INameProviding, ITransferable, ITransferableEntity, ITransferableLockableEntity, Serializable, Comparable<de.xima.cmn.dao.interfaces.IEntity<Long>>
@Entity
public class FrontendServer
extends AbstractLockableEntity
implements INameProviding, IDescriptionProviding
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String@NotNull FrontendServer.EProxyTypebooleanFields inherited from class AbstractLockableEntity
COL_LOCKINGVERSION, lockingVersionFields inherited from class AbstractEntity
COL_ID, idFields inherited from interface IDescriptionProviding
ATTR_BESCHREIBUNG, ATTR_DESCRIPTION, COL_DESCRIPTIONFields inherited from interface de.xima.cmn.dao.interfaces.IEntity
ATTR_IDFields inherited from interface de.xima.cmn.dao.interfaces.ILockableEntity
ATTR_LOCKINGVERSIONFields inherited from interface INameProviding
ATTR_NAME, COL_NAMEFields inherited from interface ITransferableEntity
IMPORT_ID, INVALID_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getId()getName()intgetPort()Deprecated.Certificates for the SSL connection are managed by the central certificate management.Deprecated.Certificates for the SSL connection are managed by the central certificate management.Returns the user portals of this frontend server as a list ordered by the user portal name.booleanDeprecated.booleanisAktiv()booleanvoidpostLoad()voidvoidsetAktiv(boolean aktiv) voidsetBeschreibung(String beschreibung) voidsetFeatures(Set<String> features) voidsetFrontendServerProps(List<FrontendServerProperty> frontendServerProps) voidsetFstoken(String fstoken) voidvoidvoidsetPort(int port) voidsetProxyAuthName(String proxyAuthName) voidsetProxyAuthPassword(String proxyAuthPassword) voidsetProxyHost(String proxyHost) voidsetProxyPort(Integer proxyPort) voidsetProxyType(FrontendServer.EProxyType proxyType) voidsetReconnect_attempts(Integer reconnect_attempts) voidsetReconnect_timeout(Integer reconnect_timeout) voidsetSslKeystorePass(String sslKeystorePass) Deprecated.Certificates for the SSL connection are managed by the central certificate management.voidsetSslKeystorePath(String sslKeystorePath) Deprecated.Certificates for the SSL connection are managed by the central certificate management.voidsetUseProxyAuth(boolean useProxyAuth) voidsetUserPortalList(List<UserPortal> userPortals) Sets the user portals for this frontend server as a list.voidsetUserPortals(Set<UserPortal> userPortals) voidsetUseSSL(boolean useSSL) voidsetVerbindungsname(String name) Deprecated.toString()Methods inherited from class AbstractLockableEntity
entityHasChanged, getLockingVersion, setLockingVersionMethods inherited from class AbstractEntity
asIntValue, isPersisted, setId, setIdMethods inherited from class de.xima.cmn.dao.model.AEntity
compareTo, equals, getDBTableName, hashCodeMethods inherited from interface Comparable
compareToMethods inherited from interface IDescriptionProviding
getDescriptionMethods inherited from interface de.xima.cmn.dao.interfaces.IEntity
isPersisted, setId
-
Field Details
-
ATTR_HOST
- See Also:
-
ATTR_PORT
- See Also:
-
ATTR_AKTIV
- See Also:
-
ATTR_FSTOKEN
- See Also:
-
ATTR_RECONNECT_ATTEMPTS
- See Also:
-
ATTR_RECONNECT_TIMEOUT
- See Also:
-
ATTR_PROXY_TYPE
- See Also:
-
ATTR_PROXY_HOST
- See Also:
-
ATTR_PROXY_PORT
- See Also:
-
ATTR_PROXY_AUTH_USE
- See Also:
-
ATTR_PROXY_AUTH_NAME
- See Also:
-
ATTR_PROXY_AUTH_PASSWORD
- See Also:
-
ATTR_SSL_USE
- See Also:
-
ATTR_SSL_KEYSTORE_PATH
- See Also:
-
ATTR_SSL_KEYSTORE_PASS
- See Also:
-
proxyType
-
proxyHost
-
proxyPort
-
useProxyAuth
public boolean useProxyAuth -
proxyAuthName
-
proxyAuthPassword
-
-
Constructor Details
-
FrontendServer
public FrontendServer()
-
-
Method Details
-
getId
-
getBeschreibung
- Specified by:
getBeschreibungin interfaceIDescriptionProviding
-
setBeschreibung
-
getFstoken
-
setFstoken
-
getHost
-
setHost
-
getPort
public int getPort() -
setPort
public void setPort(int port) -
isAktiv
public boolean isAktiv() -
setAktiv
public void setAktiv(boolean aktiv) -
getName
- Specified by:
getNamein interfaceINameProviding- Returns:
- The name of this object.
-
setName
-
getVerbindungsname
Deprecated. -
setVerbindungsname
Deprecated. -
getReconnect_timeout
-
setReconnect_timeout
-
getReconnect_attempts
-
setReconnect_attempts
-
getUseSSL
public boolean getUseSSL() -
setUseSSL
public void setUseSSL(boolean useSSL) -
getSslKeystorePath
Deprecated.Certificates for the SSL connection are managed by the central certificate management. -
setSslKeystorePath
Deprecated.Certificates for the SSL connection are managed by the central certificate management. -
getSslKeystorePass
Deprecated.Certificates for the SSL connection are managed by the central certificate management. -
setSslKeystorePass
Deprecated.Certificates for the SSL connection are managed by the central certificate management. -
getProxyType
-
setProxyType
-
getProxyHost
-
setProxyHost
-
getProxyPort
-
setProxyPort
-
isUseProxyAuth
public boolean isUseProxyAuth() -
setUseProxyAuth
public void setUseProxyAuth(boolean useProxyAuth) -
getProxyAuthName
-
setProxyAuthName
-
getProxyAuthPassword
-
setProxyAuthPassword
-
getFeatures
-
setFeatures
-
getUserPortals
-
setUserPortals
-
getFrontendServerProps
-
setFrontendServerProps
-
getProperties
-
getUserPortalList
Returns the user portals of this frontend server as a list ordered by the user portal name.- Returns:
- the user portals of this frontend server as a list ordered by the user portal name.
-
setUserPortalList
Sets the user portals for this frontend server as a list.- Parameters:
userPortals- to set.
-
toString
- Overrides:
toStringin classAbstractLockableEntity
-
postLoad
public void postLoad() -
preUpdate
public void preUpdate()
-