Searched defs:agentIP (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.java127 private String agentIP = null; field in class:SMAdapter
208 agentIP = (String)initParams.get("AgentIP");
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.java127 private String agentIP = null; field in class:SMAdapter
208 agentIP = (String)initParams.get("AgentIP");
344 int retCode = agentAPI.isProtected(agentIP, rcd, rd);
351 int status = agentAPI.login(agentIP, rcd, rd, uc, sd, al);

Completed in 81 milliseconds