Searched refs:gatewayList (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.java79 private Set gatewayList; field in class:MSISDN
143 gatewayList = (Set)options.get(TRUSTED_GATEWAY_LIST);
144 if ((gatewayList != null) && (!gatewayList.isEmpty())
145 && (gatewayList.contains("none"))) {
295 return (gatewayList != null) && ((gatewayList.isEmpty())
296 || (gatewayList.contains(gateway)));
374 gatewayList = null;
/forgerock/openam/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDN.java79 private Set gatewayList; field in class:MSISDN
143 gatewayList = (Set)options.get(TRUSTED_GATEWAY_LIST);
144 if ((gatewayList != null) && (!gatewayList.isEmpty())
145 && (gatewayList.contains("none"))) {
295 return (gatewayList != null) && ((gatewayList.isEmpty())
296 || (gatewayList.contains(gateway)));
374 gatewayList = null;

Completed in 655 milliseconds