class UserSessionProviderImpl extends Object implements UserSessionProvider
UserSessionProvider based on spring-security. In case you want to use a
different technology stack but still using devon4j simply create your own implementation and
set it during bootstrapping.| Constructor and Description |
|---|
UserSessionProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
Locale |
getUserLocale() |
String |
getUserLogin() |
public String getUserLogin()
getUserLogin in interface UserSessionProvideruser login.public Locale getUserLocale()
getUserLocale in interface UserSessionProvideruser locale.Copyright © 2014–2019 devon4j-Team. All rights reserved.