@Extensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface LDAPBind
ReferralConnector class should be used
instead.| Modifier and Type | Method and Description |
|---|---|
void |
bind(LDAPConnection conn)
Authenticates the provided connection created for the purpose of following
a referral.
|
void bind(@NotNull LDAPConnection conn) throws LDAPException
conn - The connection to be authenticated.LDAPException - If a problem occurs while processing the bind.