Searched defs:agentAPI (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/saml2/plugins/
H A DSMAdapter.java124 private AgentAPI agentAPI = null; field in class:SMAdapter
229 agentAPI = new AgentAPI();
230 int status = agentAPI.init(id);
344 int retCode = agentAPI.isProtected(agentIP, rcd, rd);
351 int status = agentAPI.login(agentIP, rcd, rd, uc, sd, al);
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/saml2/plugins/
H A DSMAdapter.java124 private AgentAPI agentAPI = null; field in class:SMAdapter
229 agentAPI = new AgentAPI();
230 int status = agentAPI.init(id);
344 int retCode = agentAPI.isProtected(agentIP, rcd, rd);
351 int status = agentAPI.login(agentIP, rcd, rd, uc, sd, al);

Completed in 45 milliseconds