Package de.xima.fc.com.interfaces
Interface IFSServer
-
- All Known Implementing Classes:
FSServerImpl
public interface IFSServerInterface of RMI-methods which are available on the master-server- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFSSessionauthClient(IFSClient client, FrontendServer fsEntity)Method to authenticate a client (master-server) with the frontend-server
-
-
-
Method Detail
-
authClient
IFSSession authClient(IFSClient client, FrontendServer fsEntity) throws Exception
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
-
-