All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apereo.cas.support.geo.GeoLocationService Maven / Gradle / Ivy

There is a newer version: 7.1.0
Show newest version
package org.apereo.cas.support.geo;

import java.net.InetAddress;

/**
 * This is {@link GeoLocationService}.
 *
 * @author Misagh Moayyed
 * @since 5.0.0
 */
public interface GeoLocationService {

    /**
     * Find a geo location based on an address.
     *
     * @param address the address
     * @return the geo location
     */
    GeoLocation locate(InetAddress address);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy