Package de.codecamp.messages.spring.vaadin.security
package de.codecamp.messages.spring.vaadin.security
-
ClassDescriptionCan be implemented by
UserDetailsto provide a locale and/or time zone that will be set in the Vaadin session after a successful authentication.Listens toAuthenticationSuccessEventandInteractiveAuthenticationSuccessEventand tries to update thesession localeandtime zonebased on theAuthentication.getPrincipal()/UserDetails(if they implementHasLocaleAndTimeZone) or a providedLocaleAndTimeZoneExtractor.