Package | Description |
---|---|
org.apache.directory.ldap.client.api.message |
Modifier and Type | Method and Description |
---|---|
Referral |
LdapResult.getReferral()
Gets the Referral associated with this LdapResult if the resultCode
property is set to the REFERRAL ResultCodeEnum.
|
Referral |
SearchResultReference.getReferrals()
Gets the sequence of LdapUrls as a Referral instance.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.