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
Implementation of the server-side of the FS communication.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FSServerImpl() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFSSessionauthClient(IFSClient fsClient, FrontendServer fServerEntity)Method to authenticate a client (master-server) with the frontend-server 
 - 
 
- 
- 
Method Detail
- 
authClient
public IFSSession authClient(IFSClient fsClient, FrontendServer fServerEntity) throws Exception
Description copied from interface:IFSServerMethod to authenticate a 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
 
 - 
 
 -