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

/forgerock/openam-v13/openam-authentication/openam-auth-adaptive/src/main/java/org/forgerock/openam/authentication/modules/adaptive/
H A DAdaptive.java353 int retVal = checkGeoLocation();
355 debug.message("{}.checkGeoLocation: returns {}", ADAPTIVE, retVal);
638 protected int checkGeoLocation() { method in class:Adaptive
643 debug.message("{}.checkGeoLocation: GeoLocation database location = {}", ADAPTIVE, geoLocationDatabase);
649 debug.error("{}.checkGeoLocation: GeoLocation database lookup returns null", ADAPTIVE);
654 debug.error("{}.checkGeoLocation: The property '{}' is null", ADAPTIVE, GEO_LOCATION_VALUES);
662 debug.warning("{}.checkGeoLocation: #getCountryCode :: An IO error happened", ADAPTIVE, e);
667 debug.warning("{}.checkGeoLocation: #getCountryCode :: An error happened when looking up the IP", ADAPTIVE, e);
673 debug.message("{}.checkGeoLocation: {} returns {}", ADAPTIVE, clientIP, countryCode);
680 debug.message("{}.checkGeoLocation
[all...]
/forgerock/openam/openam-authentication/openam-auth-adaptive/src/main/java/org/forgerock/openam/authentication/modules/adaptive/
H A DAdaptive.java349 int retVal = checkGeoLocation();
351 debug.message("{}.checkGeoLocation: returns {}", ADAPTIVE, retVal);
638 protected int checkGeoLocation() { method in class:Adaptive
643 debug.message("{}.checkGeoLocation: GeoLocation database location = {}", ADAPTIVE, geoLocationDatabase);
649 debug.error("{}.checkGeoLocation: GeoLocation database lookup returns null", ADAPTIVE);
654 debug.error("{}.checkGeoLocation: The property '{}' is null", ADAPTIVE, GEO_LOCATION_VALUES);
662 debug.warning("{}.checkGeoLocation: #getCountryCode :: An IO error happened", ADAPTIVE, e);
667 debug.warning("{}.checkGeoLocation: #getCountryCode :: An error happened when looking up the IP", ADAPTIVE, e);
673 debug.message("{}.checkGeoLocation: {} returns {}", ADAPTIVE, clientIP, countryCode);
680 debug.message("{}.checkGeoLocation
[all...]

Completed in 1501 milliseconds