org.apereo.cas.nativex.CasGeoLocationRuntimeHints Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cas-server-support-geolocation Show documentation
Show all versions of cas-server-support-geolocation Show documentation
cas-server-support-geolocation
The newest version!
package org.apereo.cas.nativex;
import org.apereo.cas.authentication.adaptive.geo.GeoLocationService;
import org.apereo.cas.util.nativex.CasRuntimeHintsRegistrar;
import org.springframework.aot.hint.RuntimeHints;
/**
* This is {@link CasGeoLocationRuntimeHints}.
*
* @author Misagh Moayyed
* @since 7.0.0
*/
public class CasGeoLocationRuntimeHints implements CasRuntimeHintsRegistrar {
@Override
public void registerHints(final RuntimeHints hints, final ClassLoader classLoader) {
registerProxyHints(hints, GeoLocationService.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy