Modifier and Type | Method and Description |
---|---|
List<LdapURL> |
LdapResultDsml.getReferrals()
Get the referrals
|
List<LdapURL> |
SearchResultReferenceDsml.getSearchResultReferences()
Get the list of references
|
Modifier and Type | Method and Description |
---|---|
void |
LdapResultDsml.addReferral(LdapURL referral)
Add a referral
|
void |
SearchResultReferenceDsml.addSearchResultReference(LdapURL searchResultReference)
Add a new reference to the list.
|
Modifier and Type | Method and Description |
---|---|
List<LdapURL> |
LdapResultCodec.getReferrals()
Get the referrals
|
Modifier and Type | Method and Description |
---|---|
void |
LdapResultCodec.addReferral(LdapURL referral)
Add a referral
|
Modifier and Type | Method and Description |
---|---|
List<LdapURL> |
GracefulDisconnect.getReplicatedContexts()
Get the list of replicated servers
|
Modifier and Type | Method and Description |
---|---|
void |
GracefulDisconnect.addReplicatedContexts(LdapURL replicatedContext)
Add a new URL of a replicated server
|
Modifier and Type | Method and Description |
---|---|
List<LdapURL> |
SearchResultReferenceCodec.getSearchResultReferences()
Get the list of references
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResultReferenceCodec.addSearchResultReference(LdapURL searchResultReference)
Add a new reference to the list.
|
Modifier and Type | Field and Description |
---|---|
static LdapURL |
LdapURL.EMPTY_URL
A null LdapURL
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.