Class IPGeoLocationService

java.lang.Object
org.apereo.cas.support.geo.AbstractGeoLocationService
org.apereo.cas.support.geo.ip.IPGeoLocationService
All Implemented Interfaces:
org.apereo.cas.authentication.adaptive.geo.GeoLocationService

public class IPGeoLocationService extends org.apereo.cas.support.geo.AbstractGeoLocationService
Since:
6.6.0
  • Field Summary

    Fields inherited from interface org.apereo.cas.authentication.adaptive.geo.GeoLocationService

    BEAN_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    IPGeoLocationService(io.ipgeolocation.api.IPGeolocationAPI api)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
    locate(Double latitude, Double longitude)
     
    org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse
     

    Methods inherited from class org.apereo.cas.support.geo.AbstractGeoLocationService

    locate, locate, locate

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IPGeoLocationService

      public IPGeoLocationService(io.ipgeolocation.api.IPGeolocationAPI api)
  • Method Details

    • locate

      public org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse locate(InetAddress address)
    • locate

      public org.apereo.cas.authentication.adaptive.geo.GeoLocationResponse locate(Double latitude, Double longitude)