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

java api startTLS() method



A few more questions regarding startTLS().

Does the startTLS() taking any action due to any outstanding
operations within the session it may be aware of?

During the processing of the startTLS() call, are there any
restrictions placed upon the connection and its clones?  In
particular, how would a call to issue some other to be handled?

How are referrals returned in response to the startTLS operation
handled?

> If the server does not support the transition to a TLS session,
> an LDAPException is thrown with the error code UNWILLING_TO_PERFORM.

I would think the API would return whatever non-success
result code was returned by the server in the LDAPexception.

Kurt