|
|
LOGICAL AddCallback (ISocketConnectionCredentialsHandler)
|
/** Registers an instance of ISocketConnectionCredentialsHandler as a callback for credentials.
@param OpenEdge.Net.ServerConnection.ISocketConnectionCredentialsHandler
@return logical If the instance is already registered, or is null, then return FALSE. Otherwise return TRUE. */
|
|
|
OpenEdge.Security.ICredentials GetCredentials (IConnectionParameters)
|
/** Returns an instance of the credentials to use for a given connection.
@param OpenEdge.Core.ServerConnection.IConnectionParameters Should be a valid connection
@return OpenEdge.Security.ICredentials A set of credentials to use for the connection. */
|
|
|
LOGICAL HasCallback (ISocketConnectionCredentialsHandler)
|
/** Checks if an instance of ISocketConnectionCredentialsHandler exists as a callback.
@param OpenEdge.Net.ServerConnection.ISocketConnectionCredentialsHandler
@return logical If the instance is already registered, then return TRUE. Otherwise return FALSE. */
|
|
|
LOGICAL RemoveCallback (ISocketConnectionCredentialsHandler)
|
/** Removes an instance of ISocketConnectionCredentialsHandler as a callback for credentials.
@param OpenEdge.Net.ServerConnection.ISocketConnectionCredentialsHandler
@return logical If the instance is already removed, or is null, then return TRUE. Otherwise return FALSE. */
|