Package io.jmix.core.security
Interface AuthenticationLocaleResolver
- All Superinterfaces:
- org.springframework.core.Ordered
- All Known Implementing Classes:
- AnonymousAuthenticationLocaleResolver,- FlowUiAnonymousAuthenticationLocaleResolver,- RememberMeAuthenticationLocaleResolver
public interface AuthenticationLocaleResolver
extends org.springframework.core.Ordered
A resolver that provides 
Locale if current authentication does not contain it.- See Also:
- 
Field SummaryFields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Method SummaryMethods inherited from interface org.springframework.core.OrderedgetOrder
- 
Method Details- 
supportsboolean supports(org.springframework.security.core.Authentication authentication) - Parameters:
- authentication- authentication to check
- Returns:
- trueif resolver supports given authentication
 
- 
getLocale- Parameters:
- authentication- authentication
- Returns:
- locale that should be used, or null
 
 
-