Previous Topic: Sm_PolicyApi_GetHostConfigByName()Next Topic: Sm_PolicyApi_GetODBCQueryScheme()


Sm_PolicyAPI_GetMessageConsumerPluginFromSAML1xScheme()

Gets a message consumer plugin setting from a SAML 1.x authentication scheme.

Syntax

int SM_EXTERN Sm_PolicyApi_GetMessageConsumerPluginFromSAML1xScheme(
   void*    pHandle,
   char*    pszSchemeOID,
   char**   pluginClass,
   char**   pluginParam                        
);

Parameters

phandle

[in] A pointer to an internal Policy Management API data structure. The structure holds information about the administrator session and the client session.

pszSchemeOid

[in] A pointer to the OID of the authentication scheme that is being updated.

pluginClass

[out] A pointer to the name of the plugin class to be read in from the authentication scheme,

pluginParam

[out] A pointer to the parameters of the plugin class to be read in from the authentication scheme.

Returns