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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFSSession
authClient(IFSClient client, FrontendServer fsEntity)
Method to authenticate an client (master-server) with the frontend-server
-
-
-
Method Detail
-
authClient
IFSSession authClient(IFSClient client, FrontendServer fsEntity) throws Exception
Method to authenticate an client (master-server) with the frontend-server- Parameters:
client
-IFSClient
the client to authenticatefsEntity
-FrontendServer
the entity to authenticate- Returns:
IFSSession
if the authentication was successful- Throws:
Exception
- on errors while authentication. SeeAuthFailedException
-
-