public abstract class SimpleReplicaConnection extends ReplicaConnection
| Constructor and Description |
|---|
SimpleReplicaConnection() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentials() |
org.apache.directory.shared.ldap.name.DN |
getPrincipal() |
void |
setCredentials(String credentials) |
void |
setPrincipal(org.apache.directory.shared.ldap.name.DN principal) |
getBindMethod, setBindMethodpublic org.apache.directory.shared.ldap.name.DN getPrincipal()
public void setPrincipal(org.apache.directory.shared.ldap.name.DN principal)
principal - the principal to setpublic String getCredentials()
public void setCredentials(String credentials)
credentials - the credentials to setCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.