org.silverpeas.util
Class LdapConfiguration

java.lang.Object
  extended by org.silverpeas.util.LdapConfiguration

public class LdapConfiguration
extends Object

Author:
ehugonnet

Constructor Summary
LdapConfiguration()
           
 
Method Summary
 String getLdapHost()
          Get the value of ldapHost
 int getLdapPort()
          Get the value of ldapPort
 byte[] getPassword()
          Get the value of password
 int getTimeout()
          Get the value of timeout
 String getUsername()
          Get the value of username
 boolean isSecure()
          Get the value of secure
 void setLdapHost(String ldapHost)
          Set the value of ldapHost
 void setLdapPort(int ldapPort)
          Set the value of ldapPort
 void setPassword(byte[] password)
          Set the value of password
 void setSecure(boolean secure)
          Set the value of secure
 void setTimeout(int timeout)
          Set the value of timeout
 void setUsername(String username)
          Set the value of username
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 Silverpeas. All Rights Reserved.