Interface UserSessionProvider
-
- All Known Implementing Classes:
UserSessionProviderImpl
public interface UserSessionProviderInterface for the provider (SPI) forUserSessionAccess.- Since:
- 3.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalegetUserLocale()StringgetUserLogin()
-
-
-
Method Detail
-
getUserLogin
String getUserLogin()
- Returns:
- the
user login.
-
getUserLocale
Locale getUserLocale()
- Returns:
- the
user locale.
-
-