Sm_PolicyAPI_GetMessageConsumerPluginFromSAML1xScheme()

Gets a message consumer plugin setting from a SAML 1.x authentication scheme.
casso10
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
  • Sm_PolicyApi_Success. The action was completed successfully.
  • Sm_PolicyApi_Failure. The action was unsuccessful.
  • Sm_PolicyApi_InvalidHandle. There was no valid initialization prior to this call.
  • Sm_PolicyApi_SchemeNotFound. The authentication scheme corresponding to the OID was not found, or was not a SAML 1.x authentication scheme.
  • Sm_PolicyApi_InvalidOid. The OID of the authentication scheme is NULL.