Package de.xima.fc.fs.server
Class FSServerImpl
- java.lang.Object
-
- de.xima.fc.fs.server.FSServerImpl
-
- All Implemented Interfaces:
IFSServer
,Serializable
public class FSServerImpl extends Object implements IFSServer, Serializable
Klasse mit der Implementierung der RMI-Mehtoden- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FSServerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFSSession
authClient(IFSClient fsClient, FrontendServer fServerEntity)
Method to authenticate an client (master-server) with the frontend-server
-
-
-
Method Detail
-
authClient
public IFSSession authClient(IFSClient fsClient, FrontendServer fServerEntity) throws Exception
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
-
-