[Date Prev][Date Next] [Chronological] [Thread] [Top]

LDAPBind needs - java-api-11 draft



Re: Referrals on operations as defined
      in draft-ietf-ldapext-ldap-java-api-11.txt
 
When a referral occurs on an asynchronous operation
   the referral is returned as an LDAPResponse object.
   The referral info is obtained using the getReferrals() method.
 
When a referral occurs on a synchronous operation
    An LDAPException is thrown.  The exception object is
    specialized as an LDAPReferralException object and
    the referral info can be obtained via the getURLs() method
    with appropriate casting on the object.
 
Is this correct?
 
Should the doc be clarified?
 
-Steve