Package de.xima.fc.gui.bean.settings
Class KerberosConfigBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class KerberosConfigBean extends FCContextBean
Bean zum Abspeichern / Laden der NTLM-Konfiguration. Weiterhin werden Konnektivitäts-Prüfmethoden zur Verfügung gestellt.- 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.bean.FCContextBean
systemUC
-
Fields inherited from class de.xima.fc.gui.common.utils.msg.AJSFContext
localeBean
-
-
Constructor Summary
Constructors Constructor Description KerberosConfigBean()
-
Method Summary
-
Methods inherited from class de.xima.fc.gui.bean.FCContextBean
getNavigationBean, getSessionBean, isSetupUser, redirectToDashboard, setNavigationBean, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubView
-
Methods inherited from class de.xima.fc.gui.bean.ABackendJSFContext
ec, findEntityContext, isDetached, isHasDB
-
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()
-
isUseKerberos
public boolean isUseKerberos()
-
hasLicenseAccess
public boolean hasLicenseAccess()
-
setUseKerberos
public void setUseKerberos(boolean useKerberos)
-
isUseForFcSSO
public boolean isUseForFcSSO()
-
setUseForFcSSO
public void setUseForFcSSO(boolean useForFcSSO)
-
isShowOmitWelcomeMail
public boolean isShowOmitWelcomeMail()
-
saveConfig
public void saveConfig()
-
checkConnection
public void checkConnection()
Prüft Verbindungen für Kerberos und LDAP.
-
checkConnectionForLDAP
public void checkConnectionForLDAP()
-
isShowCheckButton
public boolean isShowCheckButton()
-
getPreauthUsername
public String getPreauthUsername()
- Returns:
- the preauthUsername
-
setPreauthUsername
public void setPreauthUsername(String preauthUsername)
- Parameters:
preauthUsername
- the preauthUsername to set
-
getPreauthPassword
public String getPreauthPassword()
- Returns:
- the preauthPassword
-
setPreauthPassword
public void setPreauthPassword(String preauthPassword)
- Parameters:
preauthPassword
- the preauthPassword to set
-
getServerModule
public String getServerModule()
- Returns:
- the serverModule
-
setServerModule
public void setServerModule(String serverModule)
- Parameters:
serverModule
- the serverModule to set
-
getClientModule
public String getClientModule()
- Returns:
- the clientModule
-
setClientModule
public void setClientModule(String clientModule)
- Parameters:
clientModule
- the clientModule to set
-
getLoginConf
public String getLoginConf()
- Returns:
- the loginConf
-
setLoginConf
public void setLoginConf(String loginConf)
- Parameters:
loginConf
- the loginConf to set
-
getKrb5Conf
public String getKrb5Conf()
- Returns:
- the krb5Conf
-
setKrb5Conf
public void setKrb5Conf(String krb5Conf)
- Parameters:
krb5Conf
- the krb5Conf to set
-
isSyncToFS
public boolean isSyncToFS()
-
setSyncToFS
public void setSyncToFS(boolean syncToFS)
-
getLdapSearchAccount
public String getLdapSearchAccount()
-
setLdapSearchAccount
public void setLdapSearchAccount(String ldapSearchAccount)
-
getLdapSearchAccountPassword
public String getLdapSearchAccountPassword()
-
setLdapSearchAccountPassword
public void setLdapSearchAccountPassword(String ldapSearchAccountPassword)
-
getLdapSearchBaseDN
public String getLdapSearchBaseDN()
-
setLdapSearchBaseDN
public void setLdapSearchBaseDN(String ldapSearchBaseDN)
-
isLdapSearchUseSSL
public boolean isLdapSearchUseSSL()
-
setLdapSearchUseSSL
public void setLdapSearchUseSSL(boolean ldapSearchUseSSL)
-
isOmitWelcomeMail
public boolean isOmitWelcomeMail()
-
setOmitWelcomeMail
public void setOmitWelcomeMail(boolean omitWelcomeMail)
-
isVerifyUserAutomatically
public boolean isVerifyUserAutomatically()
-
setVerifyUserAutomatically
public void setVerifyUserAutomatically(boolean verifyUserAutomatically)
-
getLdapSearchDC
public String getLdapSearchDC()
-
setLdapSearchDC
public void setLdapSearchDC(String ldapSearchDC)
-
getLdapSearchPort
public int getLdapSearchPort()
-
setLdapSearchPort
public void setLdapSearchPort(int ldapSearchPort)
-
getLdapSearchHopCount
public int getLdapSearchHopCount()
-
setLdapSearchHopCount
public void setLdapSearchHopCount(int ldapSearchHopCount)
-
getUserFilterType
public EKerberosLdapUserFilterType getUserFilterType()
-
setUserFilterType
public void setUserFilterType(EKerberosLdapUserFilterType userFilterType)
-
setLdapSearchUserIdAttributes
public void setLdapSearchUserIdAttributes(List<String> ldapSearchUserIdAttributes)
-
getLdapUserFilter
public String getLdapUserFilter()
-
setLdapUserFilter
public void setLdapUserFilter(String ldapUserFilter)
-
getLdapUserFilterDefault
public String getLdapUserFilterDefault()
-
-