Package io.jmix.securityflowui.security
Class DeviceTimeZoneProviderImpl
java.lang.Object
io.jmix.securityflowui.security.DeviceTimeZoneProviderImpl
- All Implemented Interfaces:
- DeviceTimeZoneProvider
@Component("sec_DeviceTimeZoneProviderImpl")
public class DeviceTimeZoneProviderImpl
extends Object
implements DeviceTimeZoneProvider
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDeviceTimeZoneProviderImpl(ExtendedClientDetailsProvider clientDetailsProvider) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected TimeZonedetectTimeZone(com.vaadin.flow.component.page.ExtendedClientDetails details) 
- 
Field Details- 
clientDetailsProvider
 
- 
- 
Constructor Details- 
DeviceTimeZoneProviderImpl
 
- 
- 
Method Details- 
getDeviceTimeZone- Specified by:
- getDeviceTimeZonein interface- DeviceTimeZoneProvider
- Returns:
- time zone provided by the device (e.g. by the browser if the browser supports this feature),
 nullotherwise
 
- 
detectTimeZone
 
-