public class AgrosystWebSession extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected UserDto |
authenticatedUser |
protected String |
authenticationToken |
protected Set<AgrosystWebNotification> |
errorNotifications |
protected Set<AgrosystWebNotification> |
infoNotifications |
protected NavigationContext |
navigationContext |
static String |
SESSION_PARAMETER
Clé utilisée pour stocker l'instance de
AgrosystWebSession dans la map de session HTTP. |
protected Set<AgrosystWebNotification> |
warningNotifications |
| Constructor and Description |
|---|
AgrosystWebSession() |
| Modifier and Type | Method and Description |
|---|---|
UserDto |
getAuthenticatedUser() |
String |
getAuthenticationToken() |
Set<AgrosystWebNotification> |
getErrorNotifications() |
Set<AgrosystWebNotification> |
getInfoNotifications() |
NavigationContext |
getNavigationContext() |
Set<AgrosystWebNotification> |
getWarningNotifications() |
void |
setAuthenticatedUser(UserDto authenticatedUser) |
void |
setAuthenticationToken(String authenticationToken) |
void |
setNavigationContext(NavigationContext navigationContext) |
public static final String SESSION_PARAMETER
AgrosystWebSession dans la map de session HTTP.protected NavigationContext navigationContext
protected String authenticationToken
protected UserDto authenticatedUser
protected Set<AgrosystWebNotification> infoNotifications
protected Set<AgrosystWebNotification> warningNotifications
protected Set<AgrosystWebNotification> errorNotifications
public NavigationContext getNavigationContext()
public void setNavigationContext(NavigationContext navigationContext)
public String getAuthenticationToken()
public void setAuthenticationToken(String authenticationToken)
public UserDto getAuthenticatedUser()
public void setAuthenticatedUser(UserDto authenticatedUser)
public Set<AgrosystWebNotification> getInfoNotifications()
public Set<AgrosystWebNotification> getWarningNotifications()
public Set<AgrosystWebNotification> getErrorNotifications()
Copyright © 2013 Inra. All rights reserved.