Package de.xima.fc.gui.bean.data
Class LdapConnectionBean
- java.lang.Object
-
- de.xima.fc.gui.common.utils.msg.I18nUtils
-
- de.xima.fc.gui.common.utils.msg.MessageUtils
-
- de.xima.fc.gui.common.utils.msg.AMessaging
-
- de.xima.fc.gui.bean.data.LdapConnectionBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class LdapConnectionBean extends AMessaging
Bean für die Verwaltung von Verbindungen- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
LdapConnectionBean.EntityListModelImpl
-
Constructor Summary
Constructors Constructor Description LdapConnectionBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkConnection()
IEntityListModelSelectByView<LDAPZugriff>
getModel()
boolean
isNeedAuth()
void
setModel(IEntityListModelSelectByView<LDAPZugriff> model)
void
setNeedAuth(boolean needAuth)
void
updateModel()
-
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
-
updateModel
public void updateModel()
-
getModel
public IEntityListModelSelectByView<LDAPZugriff> getModel()
-
isNeedAuth
public boolean isNeedAuth()
- Returns:
- Whether the connection requires authentication (username, password).
-
setNeedAuth
public void setNeedAuth(boolean needAuth)
- Parameters:
needAuth
- Whether the connection requires authenticatigetAllowedViewsForSelectionon (username, password).
-
setModel
public void setModel(IEntityListModelSelectByView<LDAPZugriff> model)
-
checkConnection
public void checkConnection()
-
-