Uses of Interface
org.apache.directory.api.ldap.model.message.Referral
-
-
Uses of Referral in org.apache.directory.api.dsmlv2.response
Methods in org.apache.directory.api.dsmlv2.response that return Referral Modifier and Type Method Description ReferralLdapResultDsml. getReferral()Gets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.ReferralSearchResultReferenceDsml. getReferral()Gets the sequence of LdapUrls as a Referral instance.Methods in org.apache.directory.api.dsmlv2.response with parameters of type Referral Modifier and Type Method Description voidLdapResultDsml. setReferral(Referral referral)Sets the Referral associated with this LdapResult if the resultCode property is set to the REFERRAL ResultCodeEnum.voidSearchResultReferenceDsml. setReferral(Referral referral)Sets the sequence of LdapUrls as a Referral instance. -
Uses of Referral in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect
Methods in org.apache.directory.api.ldap.extras.extended.gracefulDisconnect that return Referral Modifier and Type Method Description ReferralGracefulDisconnectResponse. getReplicatedContexts()Gets the replicated contexts.ReferralGracefulDisconnectResponseImpl. getReplicatedContexts()Gets the replicated contexts. -
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.Methods 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. -
Uses of Referral in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return Referral Modifier and Type Method Description ReferralSearchCursorImpl. getReferral()
-