Uses of Interface
org.apache.directory.api.ldap.model.message.Referral
-
Packages that use Referral Package Description 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 Modifier and Type Method Description ReferralSearchCursor. getReferral() -
Uses of Referral in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement Referral Modifier and Type Class Description classReferralImplA Referral implementation.Fields in org.apache.directory.api.ldap.model.message declared as Referral Modifier and Type Field Description private ReferralLdapResultImpl. referralReferral associated with this LdapResult if the errorCode is REFERRALprivate ReferralSearchResultReferenceImpl. referralReferral holding the reference urlsMethods in org.apache.directory.api.ldap.model.message that return Referral Modifier and Type Method Description ReferralLdapResult. getReferral()Gets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.ReferralLdapResultImpl. getReferral()Gets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.ReferralSearchResultReference. getReferral()Gets the sequence of LdapUrls as a Referral instance.ReferralSearchResultReferenceImpl. getReferral()Gets the sequence of LdapUrls as a Referral instance.Methods in org.apache.directory.api.ldap.model.message with parameters of type Referral Modifier and Type Method Description voidLdapResult. setReferral(Referral referral)Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.voidLdapResultImpl. setReferral(Referral referral)Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.voidSearchResultReference. setReferral(Referral referral)Sets the sequence of LdapUrls as a Referral instance.voidSearchResultReferenceImpl. setReferral(Referral referral)Sets the sequence of LdapUrls as a Referral instance.
-