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, setBindMethod
public 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–2014 The Apache Software Foundation. All rights reserved.