public class SessionBean extends AJSFContext implements ISessionBean
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder| Constructor and Description |
|---|
SessionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkMultiLogin() |
void |
disposeOtherSessions() |
String |
getAjaxLoginUrl() |
EBrowserType |
getBrowserType() |
AContextBean |
getContextBean() |
Mandant |
getCurrentClient()
Returns the current client, as set in the session.
|
Benutzer |
getCurrentUser() |
List<BenutzerGruppe> |
getCurrentUserGroups() |
LoginModel |
getLogin() |
Long |
getParameterPID() |
String |
getSuperAdminName() |
boolean |
isHasUserInboxAccess() |
boolean |
isLdapUser() |
boolean |
isLoggedIn() |
boolean |
isSetupUser() |
boolean |
isSuperAdmin() |
void |
setCurrentClient(Mandant currentClient) |
void |
setCurrentUser(Benutzer currentUser) |
void |
setCurrentUserGroups(List<BenutzerGruppe> currentUserGroups) |
void |
setLogin(LoginModel login) |
void |
setParameterPID(Long id) |
void |
updateCurrentUser() |
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, ucaddErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, getErrorMessagepublic EBrowserType getBrowserType()
public Long getParameterPID()
public void setParameterPID(Long id)
public LoginModel getLogin()
public void setLogin(LoginModel login)
public Mandant getCurrentClient()
CurrentViewBean.getCurrentClient() instead to get the client for the current view.getCurrentClient in interface ISessionBeanpublic void setCurrentClient(Mandant currentClient)
setCurrentClient in interface ISessionBeanpublic Benutzer getCurrentUser()
getCurrentUser in interface ISessionBeanpublic void setCurrentUser(Benutzer currentUser)
setCurrentUser in interface ISessionBeanpublic List<BenutzerGruppe> getCurrentUserGroups()
getCurrentUserGroups in interface ISessionBeanpublic void setCurrentUserGroups(List<BenutzerGruppe> currentUserGroups)
setCurrentUserGroups in interface ISessionBeanpublic String getSuperAdminName()
public boolean isLoggedIn()
public boolean isSuperAdmin()
public boolean isSetupUser()
public boolean isLdapUser()
public boolean isHasUserInboxAccess()
public AContextBean getContextBean()
public void checkMultiLogin()
public void disposeOtherSessions()
public void updateCurrentUser()
public String getAjaxLoginUrl()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.