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
    • Constructor Detail

      • KerberosConfigBean

        public KerberosConfigBean()
    • Method Detail

      • isUseKerberos

        public boolean isUseKerberos()
      • setUseKerberos

        public void setUseKerberos​(boolean useKerberos)
      • isUseForFcSSO

        public boolean isUseForFcSSO()
      • setUseForFcSSO

        public void setUseForFcSSO​(boolean useForFcSSO)
      • 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)
      • isLdapTryClientSpecific

        public boolean isLdapTryClientSpecific()
      • setLdapTryClientSpecific

        public void setLdapTryClientSpecific​(boolean ldapTryClientSpecific)
      • 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)
      • 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)