Home
last modified time | relevance | path

Searched refs:ecpContext (Results 1 – 1 of 1) sorted by relevance

/dports/security/lasso/lasso-2.7.0/tests/
H A Dlogin_tests_saml2.c1286 LassoServer *spContext = NULL, *ecpContext=NULL, *idpContext = NULL; in test_ecp() local
1386 ecpContext = lasso_server_new(NULL, NULL, NULL, NULL); in test_ecp()
1387 lasso_provider_set_protocol_conformance(LASSO_PROVIDER(ecpContext), LASSO_PROTOCOL_SAML_2_0); in test_ecp()
1389 lasso_server_add_provider(ecpContext, LASSO_PROVIDER_ROLE_IDP, in test_ecp()
1392 ecp = lasso_ecp_new(ecpContext); in test_ecp()
1506 lasso_release_gobject(ecpContext); in test_ecp()