Main Page Compound List Compound Members ISoamConnectionSecurityCallback Interface Reference
Invoked when a new connection is being made to the middleware. More...
Public Methods
HRESULT OnGetUsername ([out] BSTR *username) Method will be called when the security pluggin requires the username to be used while establishing a connection. HRESULT OnGetPassword ([out] BSTR *password) Method will be called when the security pluggin requires the password to be used while establishing a connection. Detailed Description
Invoked when a new connection is being made to the middleware.This callback should be implemented by the developer.
For more details about security within the Middleware, see the Application Development Guide.
- See also:
- ISoamAPI->connect().
Member Function Documentation
HRESULT OnGetUsername ( [out] BSTR * username )
Method will be called when the security pluggin requires the username to be used while establishing a connection.
- Parameters:
username [OUT] - username to be returned in binary form. length [OUT] - length of the username in bytes.
HRESULT OnGetPassword ( [out] BSTR * password )
Method will be called when the security pluggin requires the password to be used while establishing a connection.
- Parameters:
password [OUT] - password to be returned in binary form. length [OUT] - length of the password in bytes.
Date Modified: 28 Apr 2011
Platform Support: support@platform.com
Platform Information Development: doc@platform.com
Platform Computing. Accelerating Intelligence(TM).
Copyright © 2001-2009 Platform Computing Corporation. All rights reserved.