| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.cursor | |
| org.apache.directory.api.ldap.model.message |
| Modifier and Type | Method and Description |
|---|---|
Referral |
SearchCursor.getReferral() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferralImpl
A Referral implementation.
|
| Modifier and Type | Field and Description |
|---|---|
private Referral |
LdapResultImpl.referral
Referral associated with this LdapResult if the errorCode is REFERRAL
|
private Referral |
SearchResultReferenceImpl.referral
Referral holding the reference urls
|
| Modifier and Type | Method and Description |
|---|---|
Referral |
LdapResultImpl.getReferral()
Gets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
|
Referral |
LdapResult.getReferral()
Gets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
|
Referral |
SearchResultReference.getReferral()
Gets the sequence of LdapUrls as a Referral instance.
|
Referral |
SearchResultReferenceImpl.getReferral()
Gets the sequence of LdapUrls as a Referral instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LdapResultImpl.setReferral(Referral referral)
Sets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
|
void |
LdapResult.setReferral(Referral referral)
Sets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
|
void |
SearchResultReference.setReferral(Referral referral)
Sets the sequence of LdapUrls as a Referral instance.
|
void |
SearchResultReferenceImpl.setReferral(Referral referral)
Sets the sequence of LdapUrls as a Referral instance.
|
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.