|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Referral | |
|---|---|
| org.apache.directory.api.ldap.model.cursor | |
| org.apache.directory.api.ldap.model.message | |
| Uses of Referral in org.apache.directory.api.ldap.model.cursor |
|---|
| Methods in org.apache.directory.api.ldap.model.cursor that return Referral | |
|---|---|
Referral |
SearchCursor.getReferral()
|
| Uses of Referral in org.apache.directory.api.ldap.model.message |
|---|
| Classes in org.apache.directory.api.ldap.model.message that implement Referral | |
|---|---|
class |
ReferralImpl
A Referral implementation. |
| Methods in org.apache.directory.api.ldap.model.message that return Referral | |
|---|---|
Referral |
SearchResultReferenceImpl.getReferral()
Gets the sequence of LdapUrls as a Referral instance. |
Referral |
SearchResultReference.getReferral()
Gets the sequence of LdapUrls as a Referral instance. |
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. |
| Methods in org.apache.directory.api.ldap.model.message with parameters of type Referral | |
|---|---|
void |
SearchResultReferenceImpl.setReferral(Referral referral)
Sets the sequence of LdapUrls as a Referral instance. |
void |
SearchResultReference.setReferral(Referral referral)
Sets the sequence of LdapUrls as a Referral instance. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||