Searched refs:httpUser (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/iis/
H A Dagent.c988 OpenAMHttpUser *httpUser = new OpenAMHttpUser(user, userPassword, local
990 if (httpUser == NULL || !httpUser->GetStatus()) {
992 "Responding with HTTP403 error (%d)", httpUser->GetStatus());
998 prov->SetUser(httpUser);

Completed in 31 milliseconds