|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.core.ldap.ConnectionConfig
ConnectionConfig encapsulates a set of LDAP Connection parameters.
| Field Summary | |
protected String |
connectionHost
KRJ - doc |
protected String |
connectionName
KRJ - doc |
protected String |
connectionPassword
KRJ - doc |
protected int |
connectionPort
KRJ - doc |
protected int |
ldapVersion
KRJ - doc |
| Constructor Summary | |
ConnectionConfig(String connectionHost,
int connectionPort,
int ldapVersion,
String connectionName,
String connectionPassword)
Create a new ConnectionConfig object. |
|
| Method Summary | |
String |
getConnectionHost()
Get the LDAP Server. |
String |
getConnectionName()
Get the LDAP connection name. |
String |
getConnectionPassword()
Get the LDAP connection password. |
int |
getConnectionPort()
Get the LDAP Server port. |
int |
getLdapVersion()
Get the LDAP Server version. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected String connectionHost
protected int connectionPort
protected int ldapVersion
protected String connectionName
protected String connectionPassword
| Constructor Detail |
public ConnectionConfig(String connectionHost,
int connectionPort,
int ldapVersion,
String connectionName,
String connectionPassword)
connectionHost - the server host name.connectionPort - the server port.ldapVersion - the LDAP version.connectionName - the user to bind for searches.connectionPassword - the bind user password.| Method Detail |
public String getConnectionHost()
public int getConnectionPort()
public int getLdapVersion()
public String getConnectionName()
public String getConnectionPassword()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||