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:
  • Constructor Details

    • KerberosConfigBean

      public KerberosConfigBean()
  • Method Details

    • 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)
    • getLdapSearchUserIdAttributes

      public List<String> getLdapSearchUserIdAttributes()
    • setLdapSearchUserIdAttributes

      public void setLdapSearchUserIdAttributes(List<String> ldapSearchUserIdAttributes)
    • getLdapUserFilter

      public String getLdapUserFilter()
    • setLdapUserFilter

      public void setLdapUserFilter(String ldapUserFilter)
    • getLdapUserFilterDefault

      public String getLdapUserFilterDefault()