public interface IFSServer
Modifier and Type | Method and Description |
---|---|
IFSSession |
authClient(IFSClient client,
FrontendServer fsEntity)
Method to authenticate an client (master-server) with the frontend-server
|
IFSSession authClient(IFSClient client, FrontendServer fsEntity) throws Exception
client
- IFSClient
the client to authenticatefsEntity
- FrontendServer
the entity to authenticateIFSSession
if the authentication was successfulException
- on errors while authentication. See AuthFailedException
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.