Package de.xima.fc.fs.server
Class FSServerImpl
java.lang.Object
de.xima.fc.fs.server.FSServerImpl
- All Implemented Interfaces:
IFSServer,Serializable
Klasse mit der Implementierung der RMI-Mehtoden
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthClient(IFSClient fsClient, FrontendServer fServerEntity) Method to authenticate an client (master-server) with the frontend-server
-
Constructor Details
-
FSServerImpl
public FSServerImpl()
-
-
Method Details
-
authClient
Description copied from interface:IFSServerMethod to authenticate an client (master-server) with the frontend-server- Specified by:
authClientin interfaceIFSServer- Parameters:
fsClient-IFSClientthe client to authenticatefServerEntity-FrontendServerthe entity to authenticate- Returns:
IFSSessionif the authentication was successful- Throws:
Exception- on errors while authentication. SeeAuthFailedException
-