public class SessionStorage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
KEY_CONFIGURATION |
static String |
KEY_REPORTS |
static String |
KEY_RESOURCES |
static String |
KEY_ROLE_MEMBERS |
static String |
KEY_ROLES |
static String |
KEY_SERVICES |
static String |
KEY_USERS |
Constructor and Description |
---|
SessionStorage() |
Modifier and Type | Method and Description |
---|---|
void |
clearBreadcrumbs() |
List<Breadcrumb> |
getBreadcrumbs() |
ConfigurationStorage |
getConfiguration() |
Map<String,PageStorage> |
getPageStorageMap() |
ReportsStorage |
getReports() |
ResourcesStorage |
getResources() |
RoleMembersStorage |
getRoleMembers() |
RolesStorage |
getRoles() |
ServicesStorage |
getServices() |
TasksStorage |
getTasks() |
UserProfileStorage |
getUserProfile() |
UsersStorage |
getUsers() |
PageStorage |
initPageStorage(String key) |
Breadcrumb |
peekBreadcrumb() |
void |
pushBreadcrumb(Breadcrumb breadcrumb) |
void |
setUserProfile(UserProfileStorage profile) |
public static final String KEY_CONFIGURATION
public static final String KEY_USERS
public static final String KEY_REPORTS
public static final String KEY_RESOURCES
public static final String KEY_ROLES
public static final String KEY_SERVICES
public static final String KEY_ROLE_MEMBERS
public Map<String,PageStorage> getPageStorageMap()
public ConfigurationStorage getConfiguration()
public UsersStorage getUsers()
public ResourcesStorage getResources()
public RolesStorage getRoles()
public ServicesStorage getServices()
public RoleMembersStorage getRoleMembers()
public TasksStorage getTasks()
public ReportsStorage getReports()
public UserProfileStorage getUserProfile()
public PageStorage initPageStorage(String key)
public void setUserProfile(UserProfileStorage profile)
public List<Breadcrumb> getBreadcrumbs()
public void pushBreadcrumb(Breadcrumb breadcrumb)
public Breadcrumb peekBreadcrumb()
public void clearBreadcrumbs()
Copyright © 2016 evolveum. All rights reserved.