Package | Description |
---|---|
org.apache.directory.shared.ldap.message | |
org.apache.directory.shared.ldap.message.extended | |
org.apache.directory.shared.ldap.message.internal |
Modifier and Type | Class and Description |
---|---|
class |
ReferralImpl
A Referral implementation.
|
Modifier and Type | Method and Description |
---|---|
InternalReferral |
SearchResponseReferenceImpl.getReferral()
Gets the sequence of LdapUrls as a Referral instance.
|
InternalReferral |
LdapResultImpl.getReferral()
Gets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchResponseReferenceImpl.setReferral(InternalReferral referral)
Sets the sequence of LdapUrls as a Referral instance.
|
void |
LdapResultImpl.setReferral(InternalReferral referral)
Sets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
|
Modifier and Type | Method and Description |
---|---|
InternalReferral |
GracefulDisconnect.getReplicatedContexts() |
Modifier and Type | Method and Description |
---|---|
InternalReferral |
InternalLdapResult.getReferral()
Gets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
|
InternalReferral |
InternalSearchResponseReference.getReferral()
Gets the sequence of LdapUrls as a Referral instance.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalLdapResult.setReferral(InternalReferral referral)
Sets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
|
void |
InternalSearchResponseReference.setReferral(InternalReferral a_referral)
Sets the sequence of LdapUrls as a Referral instance.
|
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.