Package de.xima.fc.gui.common.bean
Class LoginBean
-
- All Implemented Interfaces:
ISupportChangeEventBean
,Serializable
@Deprecated @Named @ViewScoped public class LoginBean extends AJSFContext implements ISupportChangeEventBean
Deprecated.since 8.0.0 System user login is done viaUserCredentialsSigninBean
.Bean for processing the login and resetting the password- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder
-
-
Field Summary
-
Fields inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
localeBean
-
-
Constructor Summary
Constructors Constructor Description LoginBean()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
autoLoginExternal()
Deprecated.void
autoLoginPrivate()
Deprecated.void
changePasswordByLink()
Deprecated.Method for updating the password on reset.void
changePasswordByLogin()
Deprecated.void
checkPasswordChangeView()
Deprecated.void
checkPasswordStrength()
Deprecated.UsePasswordPolicyBean.checkPasswordStrength()
instead.XfcSession
createSession(Benutzer user)
Deprecated.void
destroy()
Deprecated.ApplicationEventBusBean
getApplicationEventBusBean()
Deprecated.String
getConfiguredPwdRules()
Deprecated.UsePasswordPolicyBean.getGlobalPwdRulesHint()
instead.String
getEncodedUrl(String url)
Deprecated.LoginModel
getLogin()
Deprecated.int
getMinPwdLength()
Deprecated.UsePasswordPolicyBean.getGlobalPwdRulesHint()
instead.String
getPasswortResetQueryString()
Deprecated.String
getPwdChangeHint()
Deprecated.UsePasswordPolicyBean.getGlobalPwdChangeHint()
instead.String
getPwdLinkHash()
Deprecated.String
getPwdResetHint()
Deprecated.UsePasswordPolicyBean.getGlobalPwdResetHint()
instead.String
getPwdSetHint()
Deprecated.UsePasswordPolicyBean.getGlobalPwdSetHint()
instead.String
getPwdSetLoginMsg()
Deprecated.SessionBean
getSessionBean()
Deprecated.SessionEventBusBean
getSessionEventBusBean()
Deprecated.ViewBean
getViewBean()
Deprecated.void
handleChangeEvent()
Deprecated.for password policy & checks seePasswordPolicyBean
void
init()
Deprecated.void
invalidateSession()
Deprecated.boolean
isAjaxLogin()
Deprecated.boolean
isHashExpired()
Deprecated.boolean
isStayLoggedIn()
Deprecated.void
loadLoginData()
Deprecated.void
logout()
Deprecated.void
passwordForget()
Deprecated.Method for sending password-forgotten-mailboolean
renderStayLoggedIn()
Deprecated.void
setAjaxLogin(boolean isAjaxLogin)
Deprecated.void
setApplicationEventBusBean(ApplicationEventBusBean applicationEventBusBean)
Deprecated.void
setPasswortResetQueryString(String passwortResetQueryString)
Deprecated.void
setPwdLinkHash(String pwdLinkHash)
Deprecated.void
setSessionBean(SessionBean sessionBean)
Deprecated.void
setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
Deprecated.void
setStayLoggedIn(boolean stayLoggedIn)
Deprecated.void
setViewBean(ViewBean viewBean)
Deprecated.boolean
showPasswordReset()
Deprecated.-
Methods inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, findUserContext, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, uc
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.MessageUtils
addErrorMsg, 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, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msg
-
Methods inherited from class de.xima.fc.gui.common.utils.msg.I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefault
-
-
-
-
Method Detail
-
init
@PostConstruct public void init()
Deprecated.
-
loadLoginData
public void loadLoginData()
Deprecated.
-
destroy
@PreDestroy public void destroy()
Deprecated.
-
getLogin
public LoginModel getLogin()
Deprecated.
-
isAjaxLogin
public boolean isAjaxLogin()
Deprecated.
-
setAjaxLogin
public void setAjaxLogin(boolean isAjaxLogin)
Deprecated.
-
setStayLoggedIn
public void setStayLoggedIn(boolean stayLoggedIn)
Deprecated.- Parameters:
stayLoggedIn
- the stayLoggedIn to set
-
isStayLoggedIn
public boolean isStayLoggedIn()
Deprecated.- Returns:
- the stayLoggedIn
-
getPwdLinkHash
public String getPwdLinkHash()
Deprecated.
-
setPwdLinkHash
public void setPwdLinkHash(String pwdLinkHash)
Deprecated.
-
isHashExpired
public boolean isHashExpired()
Deprecated.
-
getPwdSetLoginMsg
public String getPwdSetLoginMsg()
Deprecated.
-
autoLoginPrivate
public void autoLoginPrivate()
Deprecated.
-
autoLoginExternal
public void autoLoginExternal()
Deprecated.
-
createSession
@Deprecated public XfcSession createSession(Benutzer user)
Deprecated.
-
passwordForget
public void passwordForget()
Deprecated.Method for sending password-forgotten-mail
-
changePasswordByLink
public void changePasswordByLink()
Deprecated.Method for updating the password on reset. This method will be redirect the user.
-
changePasswordByLogin
public void changePasswordByLogin()
Deprecated.
-
checkPasswordChangeView
public void checkPasswordChangeView()
Deprecated.
-
showPasswordReset
public boolean showPasswordReset()
Deprecated.
-
invalidateSession
public void invalidateSession()
Deprecated.
-
getPasswortResetQueryString
public String getPasswortResetQueryString()
Deprecated.
-
setPasswortResetQueryString
public void setPasswortResetQueryString(String passwortResetQueryString)
Deprecated.
-
renderStayLoggedIn
public boolean renderStayLoggedIn()
Deprecated.
-
logout
@Deprecated public void logout()
Deprecated.
-
getPwdSetHint
@Deprecated public String getPwdSetHint()
Deprecated.UsePasswordPolicyBean.getGlobalPwdSetHint()
instead.
-
getPwdChangeHint
@Deprecated public String getPwdChangeHint()
Deprecated.UsePasswordPolicyBean.getGlobalPwdChangeHint()
instead.
-
getPwdResetHint
@Deprecated public String getPwdResetHint()
Deprecated.UsePasswordPolicyBean.getGlobalPwdResetHint()
instead.
-
getMinPwdLength
@Deprecated public int getMinPwdLength()
Deprecated.UsePasswordPolicyBean.getGlobalPwdRulesHint()
instead.
-
checkPasswordStrength
@Deprecated public void checkPasswordStrength()
Deprecated.UsePasswordPolicyBean.checkPasswordStrength()
instead.
-
handleChangeEvent
@Deprecated public void handleChangeEvent()
Deprecated.for password policy & checks seePasswordPolicyBean
- Specified by:
handleChangeEvent
in interfaceISupportChangeEventBean
-
getConfiguredPwdRules
@Deprecated public String getConfiguredPwdRules()
Deprecated.UsePasswordPolicyBean.getGlobalPwdRulesHint()
instead.
-
getApplicationEventBusBean
@Deprecated public ApplicationEventBusBean getApplicationEventBusBean()
Deprecated.
-
setApplicationEventBusBean
@Deprecated public void setApplicationEventBusBean(ApplicationEventBusBean applicationEventBusBean)
Deprecated.
-
getSessionEventBusBean
@Deprecated public SessionEventBusBean getSessionEventBusBean()
Deprecated.
-
setSessionEventBusBean
@Deprecated public void setSessionEventBusBean(SessionEventBusBean sessionEventBusBean)
Deprecated.
-
getSessionBean
@Deprecated public SessionBean getSessionBean()
Deprecated.
-
setSessionBean
@Deprecated public void setSessionBean(SessionBean sessionBean)
Deprecated.
-
getViewBean
@Deprecated public ViewBean getViewBean()
Deprecated.
-
setViewBean
@Deprecated public void setViewBean(ViewBean viewBean)
Deprecated.
-
-