Package | Description |
---|---|
eneter.messaging.messagingsystems.composites.authenticatedconnection |
Extension providing client authentication.
|
Constructor and Description |
---|
AuthenticatedMessagingFactory(IMessagingSystemFactory underlyingMessagingSystem,
IGetLoginMessage getLoginMessageCallback,
IGetHandshakeResponseMessage getHandshakeResponseMessageCallback)
Constructs factory that will be used only by a client.
|
AuthenticatedMessagingFactory(IMessagingSystemFactory underlyingMessagingSystem,
IGetLoginMessage getLoginMessageCallback,
IGetHandshakeResponseMessage getHandshakeResponseMessageCallback,
IGetHandshakeMessage getHandshakeMessageCallback,
IAuthenticate authenticateCallback,
IHandleAuthenticationCancelled handleAuthenticationCancelledCallback)
Constructs factory that can be used by client and service simultaneously.
|