Uses of Interface
org.nentangso.core.service.helper.location.NtsLocationProvider
-
Packages that use NtsLocationProvider Package Description org.nentangso.core.config org.nentangso.core.service.helper.location -
-
Uses of NtsLocationProvider in org.nentangso.core.config
Methods in org.nentangso.core.config that return NtsLocationProvider Modifier and Type Method Description NtsLocationProvider<? extends NtsLocationDTO>NtsLocationHelperAutoConfiguration. ntsLocationProvider(NtsProperties ntsProperties, org.springframework.context.ApplicationContext applicationContext)Methods in org.nentangso.core.config with parameters of type NtsLocationProvider Modifier and Type Method Description NtsBitSetLocationDeserializerNtsLocationHelperAutoConfiguration. ntsBitSetLocationDeserializer(NtsLocationProvider<? extends NtsLocationDTO> locationProvider, String bitSetClaim)NtsLocationHelperNtsLocationHelperAutoConfiguration. ntsLocationHelper(NtsLocationProvider<? extends NtsLocationDTO> locationProvider, NtsLocationDeserializer locationDeserializer) -
Uses of NtsLocationProvider in org.nentangso.core.service.helper.location
Classes in org.nentangso.core.service.helper.location that implement NtsLocationProvider Modifier and Type Class Description classNtsKeycloakLocationProviderclassNtsRestLocationProviderConstructors in org.nentangso.core.service.helper.location with parameters of type NtsLocationProvider Constructor Description NtsBitSetLocationDeserializer(NtsLocationProvider<? extends NtsLocationDTO> locationProvider, String bitSetClaim)NtsDefaultLocationHelper(NtsLocationProvider<? extends NtsLocationDTO> locationProvider, NtsLocationDeserializer locationDeserializer)
-