Class GeoLocationRequest
- java.lang.Object
-
- org.apereo.cas.authentication.adaptive.geo.GeoLocationRequest
-
- All Implemented Interfaces:
java.io.Serializable
public class GeoLocationRequest extends java.lang.Object implements java.io.SerializableThis isGeoLocationRequest.- Since:
- 5.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeoLocationRequest(double latitude, double longitude)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValid()Check whether the geolocation contains enough data to proceed.
-