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
IFSServer
authClient
in interface IFSServer
fsClient
- IFSClient
the client to authenticatefServerEntity
- FrontendServer
the entity to authenticateIFSSession
if the authentication was successfulException
- on errors while authentication. See AuthFailedException
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.