Package de.xima.fc.com.interfaces
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 an client (master-server) with the frontend-server
-
Method Details
-
authClient
Method to authenticate an 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
-