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
-IFSClient
the client to authenticatefsEntity
-FrontendServer
the entity to authenticate- Returns:
IFSSession
if the authentication was successful- Throws:
Exception
- on errors while authentication. SeeAuthFailedException
-