Uses of Interface
org.apache.directory.api.ldap.model.message.Referral

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.
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.