public abstract class AbstractGeoLocationService
extends java.lang.Object
implements org.apereo.cas.authentication.adaptive.geo.GeoLocationService
AbstractGeoLocationService.| Constructor and Description |
|---|
AbstractGeoLocationService() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse |
locate(java.lang.String address) |
org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse |
locate(java.lang.String clientIp,
org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest location) |
public org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse locate(java.lang.String clientIp,
org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest location)
locate in interface org.apereo.cas.authentication.adaptive.geo.GeoLocationServicepublic org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse locate(java.lang.String address)
locate in interface org.apereo.cas.authentication.adaptive.geo.GeoLocationService