Interface IFSServer
- All Known Implementing Classes:
FSServerImpl
public interface IFSServer
Interface of RMI-methods which are available on the master-server
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionauthClient(IFSClient client, FrontendServer fsEntity) Method to authenticate a client (master-server) with the frontend-servervoidtriggerRestart(boolean forceCreateKeystoreIfSSLModeAuto)
-
Method Details
-
authClient
Method to authenticate a client (master-server) with the frontend-server- Parameters:
client-IFSClientthe client to authenticatefsEntity-FrontendServerthe entity to authenticate- Returns:
IFSSessionif the authentication was successful- Throws:
Exception- on errors while authentication. SeeAuthFailedException
-
triggerRestart
-