Class FSServerImpl
java.lang.Object
de.xima.fc.fs.server.FSServerImpl
- All Implemented Interfaces:
IFSServer, Serializable
Implementation of the server-side of the FS communication.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthClient(IFSClient fsClient, FrontendServer fServerEntity) Method to authenticate a client (master-server) with the frontend-servervoidtriggerRestart(boolean forceCreateKeystoreIfSSLModeAuto)
-
Constructor Details
-
FSServerImpl
public FSServerImpl()
-
-
Method Details
-
authClient
Description copied from interface:IFSServerMethod to authenticate a client (master-server) with the frontend-server- Specified by:
authClientin interfaceIFSServer- Parameters:
fsClient-IFSClientthe client to authenticatefServerEntity-FrontendServerthe entity to authenticate- Returns:
IFSSessionif the authentication was successful- Throws:
Exception- on errors while authentication. SeeAuthFailedException
-
triggerRestart
public void triggerRestart(boolean forceCreateKeystoreIfSSLModeAuto) - Specified by:
triggerRestartin interfaceIFSServer
-