Uses of Class
org.apache.directory.ldap.client.api.message.Referral

Packages that use Referral
org.apache.directory.ldap.client.api.message   
 

Uses of Referral in org.apache.directory.ldap.client.api.message
 

Methods in org.apache.directory.ldap.client.api.message that return Referral
 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.
 

Methods in org.apache.directory.ldap.client.api.message with parameters of type Referral
 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-2011 Apache Software Foundation. All Rights Reserved.