@Extensible @ThreadSafety(level=INTERFACE_THREADSAFE) public interface LDAPRebind
ReferralConnector
class should be used
instead.Modifier and Type | Method and Description |
---|---|
LDAPRebindAuth |
getRebindAuthentication(java.lang.String host,
int port)
Retrieves information that should be used when authenticating to the
specified server for the purpose of following a referral.
|
@NotNull LDAPRebindAuth getRebindAuthentication(@NotNull java.lang.String host, int port)
host
- The address of the server to which the connection will be
established.port
- The port of the server to which the connection will be
established.