public class FSServerImpl extends Object implements IFSServer, Serializable
| Constructor and Description | 
|---|
FSServerImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
IFSSession | 
authClient(IFSClient fsClient,
          FrontendServer fServerEntity)
Method to authenticate an client (master-server) with the frontend-server 
 | 
public IFSSession authClient(IFSClient fsClient, FrontendServer fServerEntity) throws Exception
IFSServerauthClient in interface IFSServerfsClient - IFSClient the client to authenticatefServerEntity - FrontendServer the entity to authenticateIFSSession if the authentication was successfulException - on errors while authentication. See AuthFailedExceptionCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.