Class LdapConfiguration
- java.lang.Object
-
- org.silverpeas.core.admin.domain.driver.ldapdriver.LdapConfiguration
-
public class LdapConfiguration extends Object
- Author:
- ehugonnet
-
-
Constructor Summary
Constructors Constructor Description LdapConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLdapHost()
Get the value of ldapHostint
getLdapPort()
Get the value of ldapPortbyte[]
getPassword()
Get the value of passwordint
getTimeout()
Get the value of timeoutString
getUsername()
Get the value of usernameboolean
isSecure()
Get the value of securevoid
setEncryptedCredentials(boolean encryptedCredentials)
void
setLdapHost(String ldapHost)
Set the value of ldapHostvoid
setLdapPort(int ldapPort)
Set the value of ldapPortvoid
setPassword(String password)
Set the value of passwordvoid
setSecure(boolean secure)
Set the value of securevoid
setTimeout(int timeout)
Set the value of timeoutvoid
setUsername(String username)
Set the value of usernameString
toString()
-
-
-
Method Detail
-
setEncryptedCredentials
public void setEncryptedCredentials(boolean encryptedCredentials)
-
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(String 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
-
-