Visit Platform at http://www.platform.com

Main Page   Compound List   Compound Members  

ISoamConnectionSecurityCallback Interface Reference

Invoked when a new connection is being made to the middleware. More...

List of all members.


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.

See also:
ISoamAPI->connect().
For more details about security within the Middleware, see the Application Development Guide.


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: 11 Nov 2009
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.