Interface NtsLocationProvider
-
- All Known Implementing Classes:
NtsKeycloakLocationProvider
public interface NtsLocationProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Long>findAllIds()Optional<org.nentangso.core.service.dto.LocationDTO>findById(Long id)booleanhasGrantedLocation(@Min(1L) Integer id)booleanisGrantedAnyLocations()
-