Uses of Class
org.teamapps.application.server.system.session.UserSessionData
-
Uses of UserSessionData in org.teamapps.application.server.controlcenter.users
Methods in org.teamapps.application.server.controlcenter.users with parameters of type UserSessionData Modifier and Type Method Description static java.lang.StringUserUtils. getProfilePictureLink(User user, UserSessionData userSessionData) -
Uses of UserSessionData in org.teamapps.application.server.system.auth
Constructors in org.teamapps.application.server.system.auth with parameters of type UserSessionData Constructor Description LoginHandler(SystemRegistry systemRegistry, LogoutHandler logoutHandler, UserSessionData userSessionData) -
Uses of UserSessionData in org.teamapps.application.server.system.launcher
Methods in org.teamapps.application.server.system.launcher with parameters of type UserSessionData Modifier and Type Method Description voidApplicationData. reloadApplicationData(UserSessionData userSessionData)Constructors in org.teamapps.application.server.system.launcher with parameters of type UserSessionData Constructor Description ApplicationGroupData(ManagedApplicationGroup applicationGroup, UserSessionData userSessionData)ApplicationLauncher(UserSessionData userSessionData, LogoutHandler logoutHandler) -
Uses of UserSessionData in org.teamapps.application.server.system.server
Methods in org.teamapps.application.server.system.server with parameters of type UserSessionData Modifier and Type Method Description voidSessionRegistryHandler. handleAuthenticatedUser(UserSessionData userSessionDat, org.teamapps.ux.session.SessionContext context)voidSystemSessionHandler. handleAuthenticatedUser(UserSessionData userSessionDat, org.teamapps.ux.session.SessionContext context)voidSystemSessionHandler. handleLogout(UserSessionData userSessionDat, org.teamapps.ux.session.SessionContext context) -
Uses of UserSessionData in org.teamapps.application.server.system.session
Methods in org.teamapps.application.server.system.session that return UserSessionData Modifier and Type Method Description UserSessionDataManagedApplicationSessionData. getUserSessionData()Constructors in org.teamapps.application.server.system.session with parameters of type UserSessionData Constructor Description ManagedApplicationSessionData(UserSessionData userSessionData, ManagedApplication managedApplication, MobileApplicationNavigation mobileNavigation)UnmanagedApplicationSessionData(UserSessionData userSessionData, ManagedApplication managedApplication, org.teamapps.ux.application.ResponsiveApplication responsiveApplication, org.teamapps.application.api.privilege.ApplicationPrivilegeProvider privilegeProvider, org.teamapps.application.api.localization.ApplicationLocalizationProvider localizationProvider) -
Uses of UserSessionData in org.teamapps.application.server.system.template
Methods in org.teamapps.application.server.system.template with parameters of type UserSessionData Modifier and Type Method Description static org.teamapps.data.extract.PropertyProvider<ApplicationPerspective>PropertyProviders. createApplicationPerspectivePropertyProvider(UserSessionData userSessionData)static org.teamapps.data.extract.PropertyProvider<ApplicationPrivilegeGroup>PropertyProviders. createApplicationPrivilegeGroupPropertyProvider(UserSessionData userSessionData)static org.teamapps.data.extract.PropertyProvider<ApplicationPrivilege>PropertyProviders. createApplicationPrivilegePropertyProvider(UserSessionData userSessionData)static org.teamapps.data.extract.PropertyProvider<Application>PropertyProviders. createApplicationPropertyProvider(UserSessionData userSessionData)static org.teamapps.data.extract.PropertyProvider<org.teamapps.application.api.privilege.ApplicationRole>PropertyProviders. createApplicationRolePropertyProvider(UserSessionData userSessionData, Application application)static org.teamapps.data.extract.PropertyProvider<ApplicationVersion>PropertyProviders. createApplicationVersionPropertyProvider(UserSessionData userSessionData)static org.teamapps.data.extract.PropertyProvider<ManagedApplicationPerspective>PropertyProviders. createManagedApplicationPerspectivePropertyProvider(UserSessionData userSessionData)static org.teamapps.data.extract.PropertyProvider<ManagedApplication>PropertyProviders. createManagedApplicationPropertyProvider(UserSessionData userSessionData)static org.teamapps.data.extract.PropertyProvider<org.teamapps.application.api.privilege.PrivilegeGroup>PropertyProviders. createPrivilegeGroupPropertyProvider(UserSessionData userSessionData, java.util.function.Supplier<Application> applicationSupplier)static org.teamapps.data.extract.PropertyProvider<UserRoleAssignment>PropertyProviders. createUserRoleAssignmentPropertyProvider(UserSessionData userSessionData)static org.teamapps.data.extract.PropertyProvider<UserRoleAssignment>PropertyProviders. createUserRoleAssignmentPropertyProviderNoUserDisplay(UserSessionData userSessionData) -
Uses of UserSessionData in org.teamapps.application.server.system.utils
Methods in org.teamapps.application.server.system.utils with parameters of type UserSessionData Modifier and Type Method Description static org.teamapps.ux.component.field.combobox.ComboBox<Application>ApplicationUiUtils. createApplicationComboBox(org.teamapps.ux.component.template.Template template, UserSessionData userSessionData)static org.teamapps.ux.component.field.combobox.ComboBox<ManagedApplication>ApplicationUiUtils. createManagedApplicationComboBox(org.teamapps.ux.component.template.Template template, UserSessionData userSessionData)static org.teamapps.ux.component.field.combobox.ComboBox<ManagedApplicationPerspective>ApplicationUiUtils. createManagedApplicationPerspectiveComboBox(org.teamapps.ux.component.template.Template template, UserSessionData userSessionData)