public final void bind( Dn bindDn, byte[] credentials, List<String> mechanisms, String saslAuthId )
throws LdapException
{
// does nothing
throw new LdapAuthenticationNotSupportedException( ResultCodeEnum.AUTH_METHOD_NOT_SUPPORTED, I18n
.err( I18n.ERR_702 ) );
}