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

/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDN.java57 * number and the Wireless gateway sending the request from the
59 * callbacks to get <code>msisdn</code> number and wap gateway are sent back to
61 * the gateway list attribute. If the gateway list attribute is empty then all
64 * the gateway is validated the <code>msisdn</code> number is searched for in
185 String gateway = null;
189 gateway = ClientUtils.getClientIPAddress(req);
196 gateway = (String)map.get("gateway");
200 if (isValidGateway(gateway)
294 isValidGateway(String gateway) argument
[all...]
/forgerock/openam/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDN.java57 * number and the Wireless gateway sending the request from the
59 * callbacks to get <code>msisdn</code> number and wap gateway are sent back to
61 * the gateway list attribute. If the gateway list attribute is empty then all
64 * the gateway is validated the <code>msisdn</code> number is searched for in
185 String gateway = null;
189 gateway = ClientUtils.getClientIPAddress(req);
196 gateway = (String)map.get("gateway");
200 if (isValidGateway(gateway)
294 isValidGateway(String gateway) argument
[all...]

Completed in 29 milliseconds