![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <lasso/lasso.h> LassoEcp; LassoEcp* lasso_ecp_new (LassoServer *server);void lasso_ecp_destroy (LassoEcp *ecp);int lasso_ecp_process_authn_request_msg (LassoEcp *ecp, constchar *authn_request_msg);int lasso_ecp_process_response_msg (LassoEcp *ecp, constchar *response_msg);
LassoEcp* lasso_ecp_new (LassoServer *server);
Creates a new LassoEcp.
|
|
Returns : |
a newly created LassoEcp object; or NULL if an error occured |
void lasso_ecp_destroy (LassoEcp *ecp);
Destroys a LassoEcp object
|
a LassoEcp |
int lasso_ecp_process_authn_request_msg (LassoEcp *ecp, constchar *authn_request_msg);
|
|
|
|
Returns : |
int lasso_ecp_process_response_msg (LassoEcp *ecp, constchar *response_msg);
|
|
|
|
Returns : |