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:IFSServer
Method to authenticate an client (master-server) with the frontend-server- Specified by:
authClient
in interfaceIFSServer
- Parameters:
fsClient
-IFSClient
the client to authenticatefServerEntity
-FrontendServer
the entity to authenticate- Returns:
IFSSession
if the authentication was successful- Throws:
Exception
- on errors while authentication. SeeAuthFailedException
-