Class LdapConfiguration


  • public class LdapConfiguration
    extends Object
    Author:
    ehugonnet
    • Constructor Detail

      • LdapConfiguration

        public LdapConfiguration()
    • Method Detail

      • getTimeout

        public int getTimeout()
        Get the value of timeout
        Returns:
        the value of timeout
      • setTimeout

        public void setTimeout​(int timeout)
        Set the value of timeout
        Parameters:
        timeout - new value of timeout
      • isSecure

        public boolean isSecure()
        Get the value of secure
        Returns:
        the value of secure
      • setSecure

        public void setSecure​(boolean secure)
        Set the value of secure
        Parameters:
        secure - new value of secure
      • getPassword

        public byte[] getPassword()
        Get the value of password
        Returns:
        the value of password
      • setPassword

        public void setPassword​(byte[] password)
        Set the value of password
        Parameters:
        password - new value of password
      • getLdapHost

        public String getLdapHost()
        Get the value of ldapHost
        Returns:
        the value of ldapHost
      • setLdapHost

        public void setLdapHost​(String ldapHost)
        Set the value of ldapHost
        Parameters:
        ldapHost - new value of ldapHost
      • getLdapPort

        public int getLdapPort()
        Get the value of ldapPort
        Returns:
        the value of ldapPort
      • setLdapPort

        public void setLdapPort​(int ldapPort)
        Set the value of ldapPort
        Parameters:
        ldapPort - new value of ldapPort
      • getUsername

        public String getUsername()
        Get the value of username
        Returns:
        the value of username
      • setUsername

        public void setUsername​(String username)
        Set the value of username
        Parameters:
        username - new value of username