|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.silverpeas.util.LdapConfiguration
public class LdapConfiguration
| 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 |
|---|
public LdapConfiguration()
| Method Detail |
|---|
public int getTimeout()
public void setTimeout(int timeout)
timeout - new value of timeoutpublic boolean isSecure()
public void setSecure(boolean secure)
secure - new value of securepublic byte[] getPassword()
public void setPassword(byte[] password)
password - new value of passwordpublic String getLdapHost()
public void setLdapHost(String ldapHost)
ldapHost - new value of ldapHostpublic int getLdapPort()
public void setLdapPort(int ldapPort)
ldapPort - new value of ldapPortpublic String getUsername()
public void setUsername(String username)
username - new value of usernamepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||